home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / Hydra11.lha / HBBS / Changes.TXT < prev    next >
Text File  |  1996-11-06  |  90KB  |  3,182 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.                    __________________________________________
  9.                   /                                          \
  10.                  /                                            \
  11.                 :  PLEASE READ ALL OF THIS FILE.  IT CONTAINS  :
  12.                 :    IMPORTANT INFORMATION ABOUT USING HBBS    :
  13.                  \                                            /
  14.                   \__________________________________________/
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. Changes
  22. =======
  23.  
  24. This file details everything I do to hbbs in a coding session starting with
  25. the newest first (so you don't have to scroll to the bottom of the file!)
  26.  
  27. I've noted which versions were alpha releases next to the date, so you can see
  28. just how much work I am doing between releases..
  29.  
  30. Where possible I've detailed the changes under a heading of the program's
  31. filename where code changes have been made,  other changes to the general
  32. setup will just appear under the date.
  33.  
  34. 05-NOV-1996
  35. ===========
  36.  
  37.   Happy guy fawkes day!!!
  38.  
  39.   I've already seen enough fireworks on saturday so I'm going to be boring
  40.   and stay in tonight! :-)
  41.  
  42.   Spent most of the evening tiedying up some config files and checking things
  43.   out, and getting HBBS ready for the next alpha release
  44.  
  45.   XPR
  46.   ===
  47.  
  48.     Opens the serial port with XON/XOFF enabled when you are using a nullmodem
  49.     cable.
  50.  
  51.   Control
  52.   =======
  53.  
  54.     Fixed LoadProtocols() subroutine so that it loads more than one protocol!
  55.  
  56.   Screens.guide
  57.   =============
  58.  
  59.     Updated to document usage of @^@ sequences with regard to print formatting
  60.  
  61.     e.g.
  62.  
  63.     @^-20.20^ComputerName@
  64.  
  65.  
  66.   FileLister
  67.   ==========
  68.  
  69.     Changed some ansi
  70.  
  71.   JoinConference
  72.   ==============
  73.  
  74.     Changed some more ansi
  75.  
  76.     if there are less than 10 confs there is no space between the [ and
  77.     the number anymore
  78.  
  79.   LastCallers
  80.   ===========
  81.  
  82.     Was linewrapping on some terminal emulators, so removed one char from
  83.     the group item
  84.  
  85.   Pager
  86.   =====
  87.  
  88.     Made the Ctrl+C checking actually work :-)
  89.  
  90. 31-OCT-1996
  91. ===========
  92.  
  93.   Versionstrings!
  94.   ---------------
  95.  
  96.     I have gone to great lengths to ensure that every major part of hbbs
  97.     and every door now has a version string.  To check the version of a
  98.     program do "Version <filename> FULL"
  99.  
  100.   FrontEnd
  101.   ========
  102.  
  103.     Added a timeout value of 30 seconds to each password prompt
  104.     so the bbs never sits around waiting for a dumbass user to enter a node
  105.     password!
  106.  
  107.   Pager
  108.   =====
  109.  
  110.     Added Ctrl+C Checking
  111.     (Just for you radiosity... :-)
  112.  
  113.   HBBSCommon
  114.   ==========
  115.  
  116.     changed the HBBS_LogError() function so the log files look nicer and easier to read
  117.  
  118.   Control
  119.   =======
  120.  
  121.     Now writes to the bbs error log file when it is started and stopped
  122.  
  123.   Node
  124.   ====
  125.  
  126.     Now writes to the bbs error log file when a node is started or stopped
  127.  
  128.   XPR
  129.   ===
  130.  
  131.     What a DICK, I'm a HUUUUUGE fat dick.
  132.  
  133.     tho shalt not confuse | with || when setting variables....
  134.  
  135.     i accidentally had the line:
  136.  
  137.     WaitSigs=(1L<<tport->mp_SigBit) || (1L<<NewPort->mp_SigBit);
  138.  
  139.     when it should have been
  140.  
  141.     WaitSigs=(1L<<tport->mp_SigBit) | (1L<<NewPort->mp_SigBit);
  142.  
  143.     so when I did a Wait(WaitSigs) it wait waiting for 0x01 instead of the actual
  144.     signal bits!
  145.  
  146.     Major OOOOops!
  147.  
  148.   Node_Serial.c
  149.   =============
  150.  
  151.     If you are using a null modem cable then it sets the serial port options up
  152.     differently. *D*ocument
  153.  
  154.     **** IMPORTANT ******
  155.  
  156.     if you are using the USRSerial.device and have NullModemCable set to true in the
  157.     device config for a node then you must use a 7 wire null modem cable
  158.  
  159.     If you only have a 3 wire null modem cable then you should use serial.device instead
  160.  
  161.   Transfer
  162.   ========
  163.  
  164.     is displayed "[S]tart Transfer," twice
  165.  
  166.   CheckFiles
  167.   ==========
  168.  
  169.     the "." was not in the list of allowed chars for filenames so it complained
  170.     about more or less every file!
  171.  
  172.  
  173. 29-OCT-1996
  174. ===========
  175.  
  176.   NewUser
  177.   =======
  178.  
  179.     The message in the BBS Log file now contains the handle and group of the
  180.     user just created
  181.  
  182.     ********************************** IMPORTANT ******************************************
  183.  
  184.     The following settings have now been moved to a more suitable location:
  185.  
  186.     HBBS:Conferences/ConfList/NewUserConf -> HBBS:Doors/System/NewUser/NewUser.CFG/ConfNum
  187.     HBBS:BBSGlobal/NewUserAccessLevel     -> HBBS:Doors/System/NewUser/NewUser.CFG/AccessLevel
  188.  
  189.     and a new setting HBBS:Doors/System/NewUser/NewUser.CFG/TimeAllowed has been added
  190.     more to come!
  191.  
  192.  
  193.   HBBSCommon.library
  194.   ==================
  195.  
  196.     HBBS_InitUserData() has been updated, you now pass it an Access level and
  197.     a conf number for it to base its settings on.
  198.  
  199.   structures.h
  200.   ============
  201.  
  202.     BBSGlobal.NewUserAccessLevel
  203.     BBSGlobal.NewUserConf
  204.  
  205.     have both been removed.
  206.  
  207.   Control
  208.   =======
  209.  
  210.     BBSGlobal.NewUserAccessLevel
  211.     BBSGlobal.NewUserConf
  212.  
  213.     are not read from the config files anymore
  214.  
  215. 09-OCT-1996
  216. ===========
  217.  
  218.   Todo.TXT
  219.   ========
  220.  
  221.     Updated this list and ordered most of it.
  222.  
  223.   Account Edit
  224.   ============
  225.  
  226.     Implemented new user searching.
  227.  
  228.   HBBSCommon
  229.   ==========
  230.  
  231.     Fixed and highlighted a few bugs and problems that I've found with a couple
  232.     of my methods
  233.  
  234.   FrontEnd
  235.   ========
  236.  
  237.     Oops! User with a DELETED status could still login! :-)
  238.  
  239. 08-OCT-1996
  240. ===========
  241.  
  242.   Account Edit
  243.   ============
  244.  
  245.     Checks for valid access levels when you change a users access level!
  246.  
  247.  
  248. 02-SEP-1996
  249. ===========
  250.  
  251.   Holy cow-dung batman!
  252.  
  253.   I've not been doing HBBS for over a whole month, sorry about that.
  254.   Anyway, next week I'll be working on HBBS everyday so I should get quite a
  255.   lot done with any luck.
  256.  
  257.  
  258. 21-AUG-1996
  259. ===========
  260.  
  261.   Yoiks, having a girlfriend nicks all your time....
  262.  
  263.   erm, anyway...
  264.  
  265.   Went bug hunting and made a big list of things that I need to do,
  266.   also created HBBS:KnownProblems.TXT listing known problems that are
  267.   NOT technically bugs.
  268.  
  269.   XPR
  270.   ===
  271.  
  272.     Did a bit of optimisation to try and fix the weird timeout problem when
  273.     uploading via a real serial port..
  274.  
  275.   AccountEdit
  276.   ===========
  277.  
  278.     Revamped the code in a BIG way, started adding the stuff for checking for
  279.     new users etc..
  280.  
  281.   Announce
  282.   ========
  283.  
  284.     Changed ansi to make it cooler!
  285.  
  286.  
  287. 05-AUG-1996
  288. ===========
  289.  
  290.   JoinConference
  291.   ==============
  292.  
  293.     Whoops, in my hurry to get this out i forgot to finish the part where
  294.     it rejoin the users prefered conf or lastconf....
  295.     (ie, it ignored the SYSTEM parameter and joined the first conf it found)
  296.  
  297.   Node
  298.   ====
  299.  
  300.     Displays error messages if items from NodeLocal or Device are missing
  301.  
  302.     Oops, TurnOnEchoDelay in the device config was being ignored!
  303.  
  304.   Control
  305.   =======
  306.  
  307.     Displays error messages if items from NodeGlobal are missing
  308.  
  309.   ErrorMessage
  310.   ============
  311.  
  312.     changed so that it replaces @E@ with all the params after the nodenum
  313.     rather than just the first one
  314.  
  315.   HBBSCommon.library
  316.   ==================
  317.  
  318.     HBBS_GetSetting was ignoring VTYPE_TIME.
  319.  
  320. 01-AUG-1996
  321. ===========
  322.  
  323.   PCMCIA scsi cards are cool.....
  324.  
  325.   anyway...
  326.  
  327.   Sorry for the lack of progress over the last couple of weeks, been somewhat
  328.   busy with new toys, linux, women and my car.. :-)
  329.  
  330.   CheckUser
  331.   =========
  332.  
  333.     Now checks for the (lack of) user's conf acs data file.
  334.  
  335.   Account Edit
  336.   ============
  337.  
  338.     ditto
  339.  
  340.   NodeLibrary
  341.   ===========
  342.  
  343.     added HBBS_AllowConfAccess(), call this to see if a user is allowed to
  344.     join the conf number specified..
  345.  
  346.   JoinConference
  347.   ==============
  348.  
  349.     moved AllowAccess() to Nodelibrary :-)
  350.  
  351.   Version Numbers
  352.   ===============
  353.  
  354.     Some people have pointed out that all the version numbers on various parts
  355.     of the program never seem to match up.  Well the reason for this is that
  356.     it's all too easy to forgot to change them..  The one on the Await Screen
  357.     (Await.TXT) should however always have the correct version number on it
  358.     (is it's the easist one to change :-)
  359.  
  360. 25-JUL-1996
  361. ===========
  362.  
  363.   Hey, Linux roolz...  A Much better OS than Windows to run on a PC..
  364.   (he says after installing it on his new laptop computer and playing with that
  365.   for about a week)
  366.  
  367.   Oops. Back to HBBS..
  368.  
  369.   Node
  370.   ====
  371.  
  372.     Fixed a little (?!) bug in my CheckRaw() code,  it wasn't checking to see if
  373.     the serial device or the console device were acutally open before using them
  374.     which resulted in a crash of the node program!
  375.  
  376.     Thanks to Joel for pointing this out to me...
  377.  
  378.   CheckFiles
  379.   ==========
  380.  
  381.     Now checks for invalid chars in filenames, the only chars that are
  382.     allowed are:
  383.  
  384.     "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqurstuvwxyz1234567890-_@!"
  385.  
  386. 16-JUL-1996
  387. ===========
  388.  
  389.   Node
  390.   ====
  391.  
  392.     Bug Fix:  DisplaySpecialScreen() was using User.NormalData to find the
  393.     access instead of User.CallData.  This meant screens were not displayed
  394.     if you changed the users access level for the duration of the call!
  395.  
  396.     Added GL_CVTUPPER GetLine() Flag to convert keys to uppercase as they
  397.     are pressed!
  398.  
  399.   Nodelibrary
  400.   ===========
  401.  
  402.     Fixed bug with HBBS_LoadConfAcs  where it was looking for a config
  403.     item called See_XX instead of SeeOverride_XX...
  404.  
  405.   JoinConference
  406.   ==============
  407.  
  408.     Rewrote the entire door, it's better to use, looks nicer *AND* the code
  409.     is realllllly nice now (as opposed to the complete mess it was before..
  410.     I'm ashamed to own up to coding the old one :-)
  411.  
  412.   AccountEditor
  413.   =============
  414.  
  415.     Added option to change preferred conference
  416.  
  417. 15-JUL-1996 - Alpha Release 10a Uploaded to Aminet
  418. ==================================================
  419.  
  420.   Note: if your users have lots of CRC errors when uploading files using the
  421.   serial port then change the xprzmodem.ibrary to a different one.  see files:
  422.   HBBS:System/Amiga/Libs/XPR/xprzmodem#?.library
  423.  
  424.   Rewrote readme.1st as it had become just a touch out of date! :-)
  425.  
  426.   Downloaded Joel Juillerat's doors from aminet and have decided to include
  427.   them in the official HBBS archive as they are quite cool..
  428.  
  429.   The doors can be found in the usual place, the directory names have _JJ added
  430.   to them so you know who's are who's... :-)
  431.  
  432.   See the HBBS:Docs/Doors for details of Joel's doors..
  433.  
  434.   Logout
  435.   ======
  436.  
  437.     Temporarilay disabled option of logging out after a transfer until i have
  438.     a chance to implement it..
  439.  
  440.   Transfer
  441.   ========
  442.  
  443.     Added NOGOODBYE parameter to disable "[G]oodbye After Xfer"
  444.  
  445.   ModifyDIZ
  446.   =========
  447.  
  448.     added an ansi esc seq to move up one line when a blank line is detected
  449.     (e-o-diz) so that the diz looks the same on screen as it will in the file
  450.  
  451.   AddDIZToList
  452.   ============
  453.  
  454.     Now add's the sentby.. (a whole 5 lines of new code..)
  455.  
  456.   ExtractDIZ
  457.   ==========
  458.  
  459.     tells the user what kind of file it is..
  460.  
  461.   FileLister
  462.   ==========
  463.  
  464.     Now displays sentby lines!
  465.  
  466. 13-JUL-1996 - Alpha Release 10 Distributed Today (Only On Utopia!)
  467. ==================================================================
  468.  
  469.   Utopia! BBS is now set-up again, the number to call is +44(0)1202 434121
  470.  
  471. 09-JUL-1996
  472. ===========
  473.  
  474.   Did a bit of testing HydraBBS from work today, It seems actually pretty
  475.   fast on the users side even when using a 14.4k modem with HyperTerminal
  476.   on windows '95 :-)
  477.  
  478.   Shell
  479.   =====
  480.  
  481.     Just realised that XPR needs a trailing / or : on any download path (adds names to path)
  482.     so had to modify the xpr door call.
  483.  
  484.     Sets the new action flag, ACTN_USEDSHELL (see defines.h)
  485.  
  486.   XPR
  487.   ===
  488.  
  489.    changed it so that you don't need /'s to be on the end of a path! :-)
  490.  
  491.   HBBSCommon.Library
  492.   ==================
  493.  
  494.     HBBS_ValidUserHandle() checks for ;'s and ,'s in the username, returns FALSE if found..
  495.  
  496. 08-JUL-1996
  497. ===========
  498.  
  499.   All in all, a good days work...
  500.  
  501.   Shell
  502.   =====
  503.  
  504.     Fixed the shell door so that it doesn't take creds for downloaded files :-))
  505.     :-) Hhehehheehheeee... Ooops, giggle, smirk hehehe hohoho haha...
  506.  
  507.     also fixed it's incorrect responce of "Command Not Found" when a program returned
  508.     an errorlevel.. :-)
  509.  
  510.   XPR
  511.   ===
  512.  
  513.     Fixed stack problems, (see the __stack and scoptions...)  xpr does not work
  514.     unless you set CODE and DATA to FAR, so __stack must be __near'd....
  515.  
  516.     fixed the W=<uploaddir> options so that it works
  517.     now :-) hehe,  i was actually checking for existance of the file in the
  518.     wrong place! Oops!
  519.  
  520.   Node
  521.   ====
  522.  
  523.     Whay, cool....  Added IN_DIALOUT to possible returns for GetLine()
  524.     if the await connect door gets it then it'll ask for a phone number
  525.     and it'll dial it... This roolz as it means sysops have the possibility
  526.     to initiate a call rather than the user!  Most excellent!
  527.  
  528.   AwaitConnect
  529.   ============
  530.  
  531.     Added support for IN_DIALOUT, oh yeah, you need to press Shift + F9
  532.     on the await screen to use it!
  533.  
  534.  
  535.   Mail_Write
  536.   ==========
  537.  
  538.     Added new option to config file (HBBS:Doors/User/Mail/Mail.CFG)
  539.     called DefaultExpiryDays, defaults to 30 days. All messages can be made
  540.     to expire by use of the access setting:  AutoExpireMsg=YES
  541.  
  542.   ExtractDIZ
  543.   ==========
  544.  
  545.     Displays name of file..
  546.  
  547.   HBBSCommon.library
  548.   ==================
  549.  
  550.     Fixed a bug in HBBS_RunDOSCMD() where i was using replace() directly on one
  551.     of the inputs to the function, rather than taking a copy of the input and using
  552.     that (which it now does)  this could have caused memory corruption!!
  553.  
  554.     also made it so that it *ALWAYS* opens an output handle. instead of only
  555.     opening an ouputhande when noredirection was used...
  556.     (this seems to have fixed the random lockups of the shell door)
  557.  
  558.   Editor
  559.   ======
  560.  
  561.     added GL_HISTORY to the GetLine() call..
  562.  
  563.     added Line Editing
  564.  
  565.     added message listing..
  566.  
  567.     added ability to delete lines
  568.  
  569.     added a CLS option, press W at the menu prompt, it's not on the list tho...
  570.  
  571. 07-JUL-1996
  572. ===========
  573.  
  574.   Wall
  575.   ====
  576.  
  577.     Changed the format of the history file, it no longer pads the output string
  578.     and adds the handle to the end of it.
  579.  
  580.   Logout
  581.   ======
  582.  
  583.     If you have tagged files it will display them (via the A door, "A L")
  584.     then it will ask you if you are sure you want to logout now..
  585.  
  586.     You can use the N parameter (N for NOW) on the logout command to
  587.     skip checking.  i.e.  "G N" to logout without checking tagged files
  588.  
  589.  
  590.  
  591.   Shell
  592.   =====
  593.  
  594.     did a bit more flaffing around with this door, at the moment it seems
  595.     to lockup randomly while running a command (locks up doing HBBS_RunDOSCMD()
  596.     Doesn't seem to be a stack related problem, i can't seem to figure out what
  597.     the blazes is going wrong with it...)
  598.  
  599.   XPR
  600.   ===
  601.  
  602.     Added a W=<upload path> option to the commandline, so that if you want to
  603.     pass it some filenames with a full path, it'll add whatever path you specify
  604.     with this parameter.
  605.     note: don't use dirs with spaces in! *C*
  606.  
  607.   Node_Input.c
  608.   ============
  609.  
  610.     Modified GetL_ine() so that when you use the PasswordChar parameter with a
  611.     promptstr the promptstr is displayed using the PasswordChar.
  612.  
  613.     * Thanks to Joel for noticing that problem!
  614.  
  615.  
  616. 05-JUL-1996
  617. ===========
  618.  
  619.   Shell
  620.   =====
  621.  
  622.     Created a cool (and simple) shell door for sysops to use, features
  623.     uploading and downloading to current directory! Woooooo!
  624.  
  625.  
  626. 01-JUL-1996
  627. ===========
  628.  
  629.     ************************* VERY IMPORTANT *****************************
  630.     ************************* VERY IMPORTANT *****************************
  631.  
  632.     ************************* VERY IMPORTANT *****************************
  633.     ************************* VERY IMPORTANT *****************************
  634.  
  635.     ************************* VERY IMPORTANT *****************************
  636.     ************************* VERY IMPORTANT *****************************
  637.  
  638.   As of today, all Command config files are changed!!! Read on...
  639.  
  640.   Node
  641.   ====
  642.  
  643.     <doorname>_Type_<num> params in command files have been changed!
  644.     Now use one of CLS, CLI, HBBS, ECHO, DOS, SCREEN or SSCREEN
  645.     i.e. NORMAL has been changed to HBBS
  646.  
  647.     Right, small change, but big effect...  All _Door_ options in command files
  648.     take the following format... (For CLI and HBBS type doors only)
  649.  
  650.     <doorname>_Door_<num>=<path+file of door> [<params>][{N}][{O}][<more params>...]
  651.  
  652.     e.g.
  653.  
  654.     FR_Type_1=HBBS
  655.     FR_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
  656.     FR_Param_1=REVERSE
  657.  
  658.     {N} is replaced with the nodenum
  659.     {O} is replaced with the options typed at the bbs prompt, so if a user on
  660.     node 2 types in
  661.  
  662.       FR -1
  663.  
  664.     The actual command that gets run is:
  665.  
  666.       HBBS:Doors/User/FileLister/FileLister.HBBS 2 -1
  667.  
  668.     you can use {N} and {O} ANYWHERE in the Door_ parameter, so you could even run
  669.     different executable files from different directories depending on what node you were
  670.     on....
  671.  
  672.     I may decide to create more {x} codes in the future too... Any suggestions welcome..
  673.  
  674.     This makes running doors even more flexible now...
  675.  
  676.     example..  before now, you had to specify a system option to the mail door to force
  677.     it to a particular type of mail. e.g.
  678.  
  679.     C_Type_1=NORMAL
  680.     C_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS
  681.     C_Param_1=COMMENT
  682.  
  683.     But now you can set it up like this...
  684.  
  685.     C_Type_1=HBBS
  686.     C_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS {N} S {O}
  687.  
  688.     which is the same as the user typing "E C" at the bbs prompt...
  689.  
  690.     You can even do this: (example for nodestats)
  691.  
  692.     NSTAT_Type_1=SSCREEN
  693.     NSTAT_Door_1=NSTATS{N}
  694.  
  695.     so if you were on node 2 and you typed NSTAT you'd get the screen called
  696.     HBBS:Screens/Special/NSTATS2.TXT
  697.  
  698.     Cool or what ?
  699.  
  700.     Hope you all understand that and my reason for doing it.  And sorry for the
  701.     inconvenince of making you change ALL your command files :-(
  702.  
  703.   Wall
  704.   ====
  705.  
  706.     Now creates Wall.History in it's progdir:  this records time/date/handle and text
  707.  
  708.   HBBSCommon.Library
  709.   ==================
  710.  
  711.     Updated AssignOK() to cope with "Progdir:" which is a valid assign, but does not
  712.     appear on volume lists! Ooohhh...  I love you C=!
  713.  
  714.     I've only noticed this now cos I changed the wall which uses HBBS_SaveConfig()
  715.     which uses AssignOK() on the path...
  716.  
  717.  
  718.   Mail_Reply
  719.   ==========
  720.  
  721.     Updated the quoting of messages part.  You now get the option to quote all the
  722.     message or just a section of it.. (At Last!!!!!)
  723.  
  724.   Mail_Read
  725.   =========
  726.  
  727.     If a message has no expiry date, then it won't be printed on the screen
  728.  
  729.   Zippy
  730.   =====
  731.  
  732.     Added Ctrl-C checking and fixed a bug where it sometimes displayed the last line
  733.     twice of the last file in the filelist
  734.  
  735.   JoinConf
  736.   ========
  737.  
  738.     Fixed so it logs you off if you can't rejoin any conferences at login time...
  739.  
  740. 30-06-1996 Update Pack #3 Released
  741. ==================================
  742.  
  743.   Oh bugger...  I've made a slight miscalculation on the FILE_ID lengths
  744.   i thought 48 would work, but it was 3 chars too long (causes linewrap)
  745.   so I've had to change it to 45,  BUT, the sentby in the user.data is still
  746.   set to 48, doh...  I've added a #define called LEN_DIZWIDTH now...
  747.  
  748.   I'll not change the sentby length to 45 until the next full alpha release...
  749.   (however, the sentby door and the ModifyDIZ doors have been corrected..)
  750.  
  751.   SentBy
  752.   ======
  753.  
  754.     Changed to cope with LEN_DIZWIDTH
  755.  
  756.     Changed the ANSI
  757.  
  758.   ModifyDIZ
  759.   =========
  760.  
  761.     Changed to cope with LEN_DIZWIDTH
  762.  
  763.   HBBSCommon.library
  764.   ==================
  765.  
  766.     Changed HBBS_RunDOSCMD() so that it supports redirection.
  767.  
  768.     if it detects a > or < charater in the command it is going to run it will
  769.     not open the standard console output.
  770.  
  771.   Time (T at BBSPrompt)
  772.   =====================
  773.  
  774.     Created a new door, uing the new features of HBBS_RunDOSCMD().  It now
  775.     writes the time to a temp file, and runs figlet to convert this file
  776.     into cool ascii which is then displayed using DOOR_DisplayScreen()
  777.     if you look at the source you'll see why I had to change HBBS_RunDOSCMD()
  778.     above.
  779.  
  780.   FileHistory
  781.   ===========
  782.  
  783.     Called after ExtractDIZ, this door create a file called <Filename>.History
  784.     in lha archives and lists all the bbs's, users and time/date of upload
  785.     to that bbs so you can trace the file!  Cool for bbs/trader charts.
  786.  
  787.   HBBS:System/FileID
  788.   ==================
  789.  
  790.     Added <>nil: to each of the commands so that no output is seen from them
  791.     (previously a window appeared on the control screen and went away again
  792.     which was a bit annoying if you were trying into another window at the same
  793.     time as a file_id.diz was being extracted! hehe..)
  794.  
  795.   Docs
  796.   ====
  797.  
  798.     Updaed a few of the docs, created a nw subdir in HBBS:Docs called Doors
  799.     in which you should store all your .Guide files for all your doors.
  800.     Don't forget to update DOORIndex.Guide when you put a new file in there
  801.  
  802.   FileLister
  803.   ==========
  804.  
  805.     Found a rather major bug in the "New" list part of the program, it did't
  806.     work unless there was a blank line between each file in the filelist!!?!!
  807.  
  808.   HBBSCommon.Library
  809.   ==================
  810.  
  811.     was not initalising User->SentBy which caused a new user to get the sentby
  812.     of the last person that logged in, fixed now
  813.  
  814.   MailScan
  815.   ========
  816.  
  817.     wasn't checking for the access level setting, therefore users could read
  818.     mail that had an access level above their own access level, fixed now...
  819.  
  820. 29-06-1996 Update Pack #2 Released
  821. ==================================
  822.  
  823.   Argh, I hate getting colds... (the flu..)
  824.  
  825.   CheckTags
  826.   =========
  827.  
  828.     Prints the date the user last called instead of DD/MMM/YY now..
  829.  
  830.   CheckFiles
  831.   ==========
  832.  
  833.     Now sets the user's LastUploadDate when a file is uploaded to a conference
  834.     dir.
  835.  
  836.   Node
  837.   ====
  838.  
  839.     added two new @^@ codes, TIME and DATE... :-)
  840.  
  841.   Screens
  842.   =======
  843.  
  844.     changed the await screen again.
  845.  
  846. 27-06-1996
  847. ==========
  848.  
  849.   Most of today's coding was working on implementation of user time stuff.
  850.  
  851.   FileLister
  852.   ==========
  853.  
  854.     Pressing Ctrl-c now displays the Prompt that you'd normally get at the
  855.     bottom of a page, cool!
  856.     Also fixed bug in that it would always say End-Of-File even tho it wasn't
  857.     at it.. (this was just the wrong string passed to DOOR_MenuPrompt())
  858.  
  859.   Frontend
  860.   ========
  861.  
  862.     added GL_NOOLM's too all the GetLine()'s...
  863.  
  864.   Logout
  865.   ======
  866.  
  867.     Moved most of the door to DOOR_Goodbye();
  868.  
  869.   CommandPrompt
  870.   =============
  871.  
  872.     Added Autologoff when time runs out...
  873.  
  874.     Displays a message when a users time runs out if it can't find the specialscreen "NOTIME"
  875.  
  876.   Access.h
  877.   ========
  878.  
  879.     Added New Access Settings (120-123, Unlimxxxx)
  880.  
  881.   Account Edit
  882.   ============
  883.  
  884.     Added options (12,13 and 14) regarding time settings
  885.  
  886.   HBBSNode.library
  887.   ================
  888.  
  889.     added HBBS_TimeOnline() and HBBS_TimeLeft(), HBBS_TimeLeft() returns a LONG
  890.     and can be a negative value (i.e. been on more that alloted time..)
  891.  
  892.     Updated {L} code (TimeLeft)
  893.  
  894.     Added {O} code for time online
  895.  
  896.     Updated LoadAccess() to cope with new access settings (see above)
  897.  
  898.     Added DOOR_Goodbye() which performs all the things needed to complete a sucessful logoff..
  899.     (see Logout above)
  900.  
  901.   Node
  902.   ====
  903.  
  904.     now adds "Time Online: <mins>" to the callers log when a user logs off..
  905.     so adjust your bulletin makers to find out how long a bbs was used for in a 24hr period.
  906.     (for instance..)
  907.  
  908.     Added a new @^@ Code called @^TIMELEFT@
  909.  
  910.     Updated the @^TIMEUSED@ code.
  911.  
  912.   Reminder: {?} codes are used on prompts (like command prompt)
  913.             @^@ codes are used in screens (like the stats screen)
  914.  
  915.  
  916. 25-06-1996
  917. ==========
  918.  
  919.   HBBSNode.Library
  920.   ================
  921.  
  922.     ***** ADDED DOOR_CheckRaw(), see HBBS:Source/Doors_User/Test/Main.C for an example
  923.     of Ctrl-C checking.  Basically, the gist of this function is that you call it
  924.     and it returns true if it got a byte of data from either the serial port
  925.     or the console device (depending on what was asked for..), you then check
  926.     N_ND->CurrentLine[0] for that byte that was received.
  927.     N_ND->CurrentLine[1] is set to 0 (to null terminate it)
  928.     N_ND->CurrentLine[2] is set to 0x01 to denote input from console or 0x02 for serial
  929.  
  930.     note:  if the sysop was to press Cursor left at *exactly* the same time as the user
  931.     on-line then you might get a weird result if you were checking for the 2 character
  932.     control sequence that pressing cursor left gives you.  However, console input is
  933.     processed before serial input so you might not!..
  934.  
  935.       i.e.  check console
  936.             if data from console then return true
  937.             check serial
  938.             if data from serial then return true
  939.             return false
  940.  
  941.     anyway, all those door codes who wanted raw input, here it is, so get coding raw
  942.     input doors NOW...  I'll be updating all my filelister/text viewer doors for
  943.     ctrl-c checking v.soon...
  944.  
  945.   FileLister
  946.   ==========
  947.  
  948.     When doing non-stop lists (a or l), it will now check for ctrl-c at the bottom of each
  949.     page.  Wow!
  950.  
  951. 24-06-1996
  952. ==========
  953.  
  954.   CUNTS,  CUNTS the lot of em...  I hate people that nick car stereo's...  Today I wake
  955.   up, go to the car and it's been fucking broken into.  I have all the luck..  I'd just
  956.   kitted it out with 1200 quid's worth of stereo.. (oh, yeah, I bought a nice new BMW 316
  957.   last month, so I'm now the proud owner of 2 of them! Heheh, this one's much newer and
  958.   faster tho... has lowered suspension too.. Anyway...)  Oh well, there goes another 500
  959.   quid to replace the Multi-CD player, Broken glass and Infared Remote control for
  960.   the head unit..
  961.  
  962.   Didn't do any work on HBBS today as I was too busy repairing my A4000's hard disks
  963.   after a major crash...  Fortunatly I didn't loose any HBBS stuff at all...
  964.  
  965. 23-06-1996
  966. ==========
  967.  
  968.   HBBSNode.library
  969.   ================
  970.  
  971.     fixed a slight bug that caused HBBS to crash if you started a node, logged
  972.     in, logged out, shutdown and then restarted and then logged in..  As you
  973.     can see it was a BIT hard to find :-) heheh..
  974.  
  975.  
  976.  
  977. 22-06-1996
  978. ==========
  979.  
  980.   Included some 3rdParty software in HBBS:Utils/3rdParty
  981.  
  982.     Mirage - A very cool IFFANIM-ANSIANIM converter!
  983.  
  984.     THEAnsiEd - A beta version of an ANSI editor written by me,  It's
  985.                 not finished yet, but you can use it to create 100%
  986.                 perfect ansi files (unlike other ansi editors)
  987.                 A lot of menu functions and features do not work yet
  988.                 and it's also a bit slow on the old screen refresh, but
  989.                 it's still cool...
  990.  
  991.                 Oh, and It also supports @^@ codes in files! (AutoDetects
  992.                 an HBBS file... Cool or what ! !?!?!?!?!?!!!!)
  993.  
  994.   Node
  995.   ====
  996.  
  997.     Added GL_NODISTURB  DOOR_GetLine() flag, if set, hbbs will not disturb the
  998.     characters on the right hand side of where the string is to be entered.
  999.  
  1000.     e.g.  you can now write some text like this "Enter ID: [  ]" and with the
  1001.     GL_NODISTURB flag set the ] will stay firmly in place...
  1002.  
  1003.     However, don't use a maxlen value that makes hbbs linewrap
  1004.       (i.e.  don't position ask for a string 20 chars long when you're starting
  1005.       at position 70)
  1006.  
  1007.     At the moment it's best not to specify GL_HISTORY as pressing up/down
  1008.     (and ctrl-x) wipes the line.  to be fixed shortly..
  1009.  
  1010.   AccountEdit
  1011.   ===========
  1012.  
  1013.     Fixed (slight) bug on length of ConfAcsDataFile was set to LEMN_GROUP instead of LEN_CONFACSFILE
  1014.  
  1015.     Added new option to change the SentBy string
  1016.  
  1017.   AskSentBy (SENT at bbs prompt)
  1018.   ==============================
  1019.  
  1020.     Created door.
  1021.  
  1022.  
  1023. 21-06-1996
  1024. ==========
  1025.  
  1026.   No work really, just tiedied a few files here and there..
  1027.  
  1028. 20-06-1996
  1029. ==========
  1030.  
  1031.   Skived work today after getting completely wasted last night, so I've got a bit of time
  1032.   on my hands today.
  1033.  
  1034.   Node
  1035.   ====
  1036.  
  1037.   Fixed small bug with the commands that were created from @^SYSDOOR@ commands in
  1038.   screens.
  1039.  
  1040.   AccountEdit
  1041.   ===========
  1042.  
  1043.     Changed this a bit to validate Access Levels, also added a Validate User option
  1044.     and a tiny bit of help regarding it..
  1045.  
  1046.   FrontEnd
  1047.   ========
  1048.  
  1049.     Hack door can be called with several parameters now, they are:
  1050.  
  1051.       TIME  -  User has no time left today.
  1052.       PSWD  -  Password Failed
  1053.       LOCK  -  Account Is Locked Out (Status=L)
  1054.  
  1055.     with these parameters the user has the chance to leave a message to the sysop
  1056.     so that the sysop can get back to the user.  Heheh, so you can have loads of
  1057.     users annying the bollox of you asking for more time! :-)
  1058.  
  1059.   Hack
  1060.   ====
  1061.  
  1062.     Created Door!
  1063.  
  1064.     It also used some special screens, depending on the reason for the hack attempt
  1065.     to be caused (no time, password, locked account) HACK will display a different
  1066.     screen, so far these are: HACK_PSWD, HACK_LOCK, HACK_TIME.
  1067.     When the user logs off again the screen HACK_BYE is displayed..
  1068.  
  1069.     Have a look in HBBS:Screens/Special for examples
  1070.  
  1071. 19-06-1996
  1072. ==========
  1073.  
  1074.   Happy Birthday To Me!!
  1075.  
  1076.   Uploaded to Aminet, Comm/BBS/HydraBBSA9.lha and Comm/BBS/HydraBBSA9src.LHA
  1077.  
  1078. 18-06-1996
  1079. ==========
  1080.  
  1081.   Whay, it's my birthday tomorrow!
  1082.  
  1083.   SetSuspect
  1084.   ==========
  1085.  
  1086.     Yeah, you'll like this handy util... Ever had a user do weird things on your bbs
  1087.     and you wondered what had happened ?  then this door is for you!
  1088.  
  1089.     You give it a list of users that you think are suspect and when they log on
  1090.     next, the doorlog setting in your nodes config is overridden having
  1091.     the effect of making it log all doors that are used by the user!  Cool...
  1092.  
  1093.     Checkout the Source Code of the door for full details Doors_System/SetSuspect
  1094.  
  1095.   Mail_Write
  1096.   ==========
  1097.  
  1098.     You can now specify what type of mail you are going to write by using
  1099.     system parameters, see the EC door example in HBBS:Commands/Level_50
  1100.  
  1101.     use any of the following: COMMENT, PUBLIC, CONFERENCE, USER, INTERNET
  1102.  
  1103.   Docs
  1104.   ====
  1105.  
  1106.     Added info about WebSite in HBBS.Guide
  1107.  
  1108.   Control
  1109.   =======
  1110.  
  1111.     Pressing "Configure" with the Config window already open brings it to the front!
  1112.  
  1113.   Node
  1114.   ====
  1115.  
  1116.     Added DoorLog and DoorLogFile and DoorLogOverride to Node (see shared.c, NodeLocal,
  1117.     NodeGlobal, structures.h)  DoorLogOverRide is only set for the duration of the call
  1118.     and may be set by any door to start logging doors from that point on,  setting
  1119.     N_ND->DoorLogOverRide to TRUE means that any door that's run will be logged in the
  1120.     file specified by N_ND->NodeSettings->DoorLogFile regardless of wether
  1121.     N_ND->NodeSettings->DoorLog is ON or OFF.
  1122.  
  1123.  
  1124.     Totals: <data> gets written to the callers log now, so that other programs can see
  1125.     what the user did when online..
  1126.  
  1127.     e.g.
  1128.  
  1129.       18-JUN-1996 21:56:34 ************************************************[LOCAL]**
  1130.       18-JUN-1996 21:56:35 User logged in, Handle: Hydra Group: LSD Speed: LOCAL
  1131.       18-JUN-1996 21:58:43 Actions: SWR
  1132.       18-JUN-1996 21:58:43 Totals: FU=0 FD=0 BU=0 BD=0 PM=0 NK=0 MR=6 MW=3
  1133.       18-JUN-1996 21:58:44 End Of Session
  1134.  
  1135.     Item   Meaning
  1136.  
  1137.     FU     Files Uploaded
  1138.     FD     Files Downloaded
  1139.     BU     Bytes Uploaded
  1140.     BD     Bytes Downloaded
  1141.     PM     Pages Made
  1142.     NK     Files Nuked (that is, other users files that the user nuked using a nuker)
  1143.     MR     Messages Read
  1144.     MW     Messages Written
  1145.  
  1146.     The oder of these may change, and more will probably be added, they also might
  1147.     not all be two charater codes (may be more, maybe less...)  so make your doors cope!
  1148.  
  1149.   Structures.h
  1150.   ============
  1151.  
  1152.     Added KeepDIZWithFile to ConfData, also see the ConfConfig files for a setting
  1153.     of the same name...
  1154.  
  1155.   MoveFile
  1156.   ========
  1157.  
  1158.     Added new parameters, MOVEDIZ which will move the .DIZ to the same place as the file
  1159.  
  1160.   CheckFiles
  1161.   ==========
  1162.  
  1163.     Changed to cope with MoveFile's new option
  1164.  
  1165.  
  1166.  
  1167.  
  1168. 17-06-1996
  1169. ==========
  1170.  
  1171.   FUCK, it's 1:35AM and I've got work tomorrow! Doh!   Still listening to
  1172.   DubStar is COOL..  My birthday on wednesday (2 days)...
  1173.  
  1174.   Wrote a couple of small scripts to rebuild all of the doors in one go
  1175.   the Mail/#? won't compile as it includes another source file and
  1176.   mkmk creates a smakefile that is wrong, so I've made it so that it
  1177.   does not go into subdirectories...  see HBBS:Source/MakeDoor and
  1178.   HBBS:Source/RebuildDoors
  1179.  
  1180.   Created Example ConfAccess CFG files in HBBS:System/Data/ConfAccess
  1181.   See structures.h for ConfAcsData structure and N_ND->User.ConfAcs for data itself
  1182.  
  1183.   Changed HBBS:Access/Levels/Level_List so you can set which confaccess file to use
  1184.   by default.
  1185.  
  1186.   Control
  1187.   =======
  1188.  
  1189.     added support for ConfAcs_XX in Access/Levels/Level_List file
  1190.  
  1191.   Node
  1192.   ====
  1193.  
  1194.     moved HBBS:System/Data/TaggedFiles/<userid>
  1195.  
  1196.     to
  1197.  
  1198.     HBBS:System/Data/Users/<userid>/TaggedFiles.CFG
  1199.  
  1200.  
  1201.   HBBSNode.Library
  1202.   ===============
  1203.  
  1204.     Added HBBS_LoadConfAcsData()
  1205.  
  1206.     Updated HBBS_SetAccess()
  1207.  
  1208.   HBBSCommon.Library
  1209.   ==================
  1210.  
  1211.     Added HBBS_FindNode(List,Name), find's a node in the List with an ln_Name field
  1212.     the same as Name, or NULL if not found.
  1213.  
  1214.     Added HBBS_FindNodeNum(List,Name), save as HBBS_FindNode() except it returns the
  1215.     number of the node in the list, or -1 if not found.
  1216.  
  1217.     Updated HBBS_AddUser()
  1218.  
  1219.       creates directories called HBBS:System/Data/Users/<userid> and
  1220.       one called HBBS:Mail/Users/<userid> when a new user is added.
  1221.  
  1222.       it also SetComment()'s the directories with the user's handle etc.. (try creating a user
  1223.       and typing in this command to a shell window.
  1224.  
  1225.        LIST HBBS:System/Data/Users/#? lformat "UserID: %n, Created: %d, %c"
  1226.  
  1227.   Account Edit
  1228.   ============
  1229.  
  1230.     Changed this so you can change the users setting for the ConfAccess file
  1231.     note: set the setting to just the name of the file without the .CFG and without
  1232.     the full path, and the file *MUST* exist at the moment as more extensive error checking
  1233.     still needs to be written for this feature..  e.g.  "Normal Dood"
  1234.  
  1235.     see HBBS:System/Data/ConfAcs/#?.CFG
  1236.  
  1237. 14-06-1996
  1238. ==========
  1239.  
  1240.   I have done work since 30-05-1996, but just not documented it...  Anyway...
  1241.  
  1242.                                **** IMPORTANT ****
  1243.  
  1244.     UserData format has changed so userdata created with HydraBBS A8 or
  1245.     earlier will not work, if you want to convert it then write your own program!
  1246.     Sorry, I do not have time..  to see what's changed just check out the
  1247.     structures.h files and see whats different...
  1248.  
  1249.  
  1250. 30-05-1996
  1251. ==========
  1252.  
  1253.   Reminder!
  1254.   =========
  1255.  
  1256.     when using GetLine, you can use the flag GL_NOOLM so that your door does
  1257.     not get interupted by OLM's...
  1258.  
  1259.   HBBSCommon.c/strings.h
  1260.   ======================
  1261.  
  1262.     changed CtrlScrn in str_CONSOLE to @S@ and made RunDosCMD change all @S@'s
  1263.     to the current public screen name..
  1264.  
  1265.   LogExtractor (in HBBS:Utils)
  1266.   ============================
  1267.  
  1268.     Started work on this cool utility, that, when finished, will extract
  1269.     all data about a particular user from log files from one or more nodes
  1270.     and write it to a file (which can then be displayed by the program, or at
  1271.     a later date by the user.)
  1272.  
  1273.     It has the abilty to go back only a certain amount of days too..
  1274.  
  1275.     Oh, and it's all GUI based too.. (CLI Options coming soon, makes a great
  1276.     sysop door too! (e.g. USRINFO Hydra 20 to show Hydra's bbs usage in the
  1277.     last 20 days!)
  1278.  
  1279. 29-05-1996
  1280. ==========
  1281.  
  1282.   GoldED Sucks... Back to TTX!
  1283.  
  1284.   Structures.h
  1285.   ============
  1286.  
  1287.     removed a few unused items and moved a few things around, also added
  1288.     ScreenInfoData structure and changed NodeUser..
  1289.  
  1290.     mtype_ASK is not used and has been removed from all source...
  1291.  
  1292.   Control
  1293.   =======
  1294.  
  1295.     Still changing it so that you can open HBBS on a public screen...
  1296.     (lots of work involved in doing this by the way, so I hope you are grateful)
  1297.  
  1298.     IMPORTANT!!
  1299.     ===========
  1300.  
  1301.       You must not ever try to LockPubScreen("CtrlScrn") anymore, instead use
  1302.       LockPubScreen(BBSGlobal->ScreenInfo.PubScreenName);
  1303.  
  1304.       if you are not opening the hbbs libraries (therefore mnot getting BBSGlobal)
  1305.       then check out the environment variable ENV:HBBS_ScreenName
  1306.  
  1307.     control, the nodes and all the doors have been re-compiled using the
  1308.     new/updated structures.h file.
  1309.  
  1310. 24-05-1996
  1311. ==========
  1312.  
  1313.   Oh well, the alpha won't be ready for tomorrow anyway. doh.. :-)
  1314.  
  1315.   New text editor!  I'm now using GoldED 3.x as my text editor as TurboText,
  1316.   reqtools/reqpatch and my New Cybervision64 GFX card don't get along very well..
  1317.  
  1318.   All the icons will eventually change to using GoldED:GoldED instead of TTX as the
  1319.   default tool.
  1320.  
  1321.   Node
  1322.   ====
  1323.  
  1324.   fixed the small line editing bug. cursor left was deleting the entire line
  1325.   instead of moving one char left.
  1326.  
  1327. 16-05-1996
  1328. ==========
  1329.  
  1330.   Crikey, that's a big gap...  Not been doing HBBS recently cos I've discovered
  1331.   London Nightlife! :-) hehee...
  1332.  
  1333.   Anyway, hopefully thing's will be back in full swing now.
  1334.  
  1335.   I'm going to concentrate on getting HBBS working as a BBS system and will have to
  1336.   leave alot of my really cool ideas for a later release, I just want to get to V1.0
  1337.   as quickly as possible.
  1338.  
  1339.   Next full alpha release will be on the 25th of May 1996..
  1340.  
  1341.   Mail_Write
  1342.   ----------
  1343.  
  1344.     (and all other mail programs) Now reads Mail.CFG from the HBBS:doors/Mail
  1345.     directory, this only has two settings at the moment and these are to remove
  1346.     remove access to internet and fidonet mail options as I don't have time to write
  1347.     them yet.
  1348.  
  1349.  
  1350. 29-02-1996
  1351. ==========
  1352.  
  1353.   Wow, a whole month to the day without doing a single bit of work on HBBS :-(
  1354.  
  1355.   I've not been able to do any work due to me relocating to london for my new job
  1356.   so sorry for no updates...
  1357.  
  1358.   Mail_Write
  1359.   ----------
  1360.  
  1361.     asks if you are sure you want to abort a message
  1362.  
  1363. 31-01-1996
  1364. ==========
  1365.  
  1366.   Free at last, well my current job has finished today, but I've got an interview
  1367.   for another one tomorrow. hope that goes well.. Anyway, yesterday I got my
  1368.   Apollo 4060 '060 Accellerator and it only half worked so it's gone back to the
  1369.   shop I bought it from for replacement.  Basically it only worked intermittently
  1370.   and the scsi-2 and the fastram did not work either.. Great...  But when it was
  1371.   working for about 5 mins I tried HBBS on it and it was mindblowingly fast,  I've
  1372.   never seen a 256 col 1024x768 screen scroll text so fast :-) hehe.,..
  1373.  
  1374.   for those that do not know my e-mail address has changed now, it is:
  1375.  
  1376.     dominicc@dircon.co.uk  (note the 2 c's in dominicc)
  1377.  
  1378.   feel free to e-mail me about *ANYTHING*....
  1379.  
  1380.   FrontEnd
  1381.   ========
  1382.  
  1383.     added 2 new config options and changed the other option.. (so all config options
  1384.     are new from now...)  they are:
  1385.  
  1386.       HandleToShortStr - displayed to a user when the handle they tried to use is too short
  1387.       InvalidHandleStr - displayed when a handle contains wildcards, ()'s ,'s or ;'s
  1388.       HangupCommand    - what the user must type to log-off (defaults to "BYE")
  1389.  
  1390. 25-01-1996
  1391. ==========
  1392.  
  1393.   Bollox, living in the UK sucks sometimes..  My fucking CarTax has run out
  1394.   and so has my fucking MOT so I gotta spend loads of money on my BMW 316
  1395.   so I can actually legally drive the fucking thing... BASTARD Governments..
  1396.  
  1397.   AAnnnnyyway.. back to hbbs..
  1398.  
  1399.   FrontEnd
  1400.   ========
  1401.  
  1402.     Has a config file which contains some strings, e.g. BadHandle, see
  1403.     HBBS:Doors/System/Frontend/FrontEnd.CFG
  1404.  
  1405.   AskDLFiles
  1406.   ==========
  1407.  
  1408.     Fixed a minor(!!) bug in that if a user had gone over their limit it would
  1409.     still let them D/L files.. OOops! :-)
  1410.  
  1411.   Node_input.c Node_Misc.c HBBSCommon.c
  1412.   =====================================
  1413.  
  1414.     Changed a bit more so that text/screen output is faster still...
  1415.     it's still pretty slow, the thing that's holding it down is the routines
  1416.     used to conver the @^@ commands to text.. if you use the ? command from
  1417.     the file lister you'll see that it's blisteringly fast. but if use the 'S'
  1418.     door you'll see that it's a bit slow... (but still fast enough for mere
  1419.     mortals..)
  1420.  
  1421.     I can do the following to speed it up:
  1422.  
  1423.       queue DOOR_WriteTexts() and return control back to the door immediately
  1424.       (but to do this I'd have to take a copy of the data they pass to the BBS
  1425.       which would slow it down again, argh, I can't win..)
  1426.  
  1427.       use buffered/async IO on the screen files
  1428.  
  1429.       erm... any suggestions... (apart from code it in ASM :-)
  1430.  
  1431. 24-01-1996
  1432. ==========
  1433.  
  1434.   FileLister
  1435.   ==========
  1436.  
  1437.     fixed a rather serious bug in that it crashed the machine if a file id had
  1438.     a long line of text in it...
  1439.  
  1440.   HBBSCommon/HBBSNode
  1441.   ===================
  1442.  
  1443.     speeded up some routiens so that it outputs text/ansi faster...
  1444.  
  1445.  
  1446.   Node (NodeMisc.c)
  1447.   =================
  1448.  
  1449.     re-wrote alot of the code used to display screens (to make it faster!!)
  1450.     you now DON'T need to start HBBS screen files with @^@ anymore...
  1451.     (tho this may change in the future if I recode it..  the @^@'s are just
  1452.     skipped now..
  1453.  
  1454. 23-01-1996
  1455. ==========
  1456.  
  1457.   Sorry!
  1458.   ======
  1459.  
  1460.   Note really had much chance do do stuff on HydraBBS for a a couple of weeks
  1461.   due to me getting a) an internet account and learning how to setup/use
  1462.   amitcp (which is coool)  b) getting a CyberVision 64 GFX card c) buying an
  1463.   Apollo 4060 68060 50Mhz Accellerator for my A4000 so that I can compile
  1464.   stuff using SAS/C a hell of a lot quicker, d) getting about 10 new PS-X
  1465.   games :-) and a couple of saturn ones too! e) buying a mobile phone and f)
  1466.   getting 4 new hard disks and re-organizing all of my 3 amiga's with new
  1467.   setup's, latest software etc...
  1468.  
  1469.   Annnnyway.. back to HBBS..
  1470.   --------------------------
  1471.  
  1472.   LastCallers
  1473.   -----------
  1474.  
  1475.     Fixed a few bugs in this handy util that were caused when do didn't have
  1476.     all the parameters (or didn't have optional ones, thanks to Radiosity for
  1477.     pointing this out..)
  1478.  
  1479. 5/6/7-01-1996
  1480. =============
  1481.  
  1482.   Loads of stuff, configurable prompts now done, check out
  1483.   HBBS:System/Data/BBSColours.CFG
  1484.   HBBS:Nodes/NodeX/BBSColours.CFG
  1485.   HBBS:Conferences/<ConfName>/BBSColours.CFG
  1486.  
  1487.   I've done sooo much these last 3 days that I forgot to write in this file and
  1488.   now I can't remember what I've been doing apart from doing a bit more
  1489.   no the fr and olm doors...  added a BBSGlobal->CallsEver (kinda handy..)
  1490.   this will be loaded/saved from the HBBS:System/Data/Private file when i implement
  1491.   it's usage..
  1492.  
  1493.   oh yeah, and I added a Flags parameter to the loadconfig so just add
  1494.   ,LCFG_NONE to all your current calles to it, check out defines.h to see what's what..
  1495.   (they were primally added so i could read ansi strings from a file into a config
  1496.   item, at the mo ;'s are used to denote comments, I'll have to change that
  1497.   to something else soon..)
  1498.  
  1499. 04-01-1996
  1500. ==========
  1501.  
  1502.   HBBSCommon.library
  1503.   ==================
  1504.  
  1505.                       =====================================
  1506.                       I T ' S   C H A L L E N G E   T I M E
  1507.                       =====================================
  1508.  
  1509.   I can't for the life of me figure out why the bloody hell my new version
  1510.   of HBBS_LoadConfig() causes the control program to hand the machine when
  1511.   it loads the HBBS:System/Protocols file.  The new version of HBBS_LoadConfig()
  1512.   is currently commented out, and the old one is still in use (although it
  1513.   has several bugs fixed..)  just change the comments round, re-compile
  1514.   and see what I mean...
  1515.  
  1516.   I've tried allsorts to see what's happening but to no avail, everything
  1517.   seems normal! Argh.. I hate bugs like this...
  1518.  
  1519.   Sooo, if you fix this bug then I'll give you a nice crispy 5 pound note!
  1520.   (if you are not from the UK then, erm, well I'll write you a custom door
  1521.   or sommat...)
  1522.  
  1523.   Node
  1524.   ====
  1525.  
  1526.     Implemented the NFLG_CTRLC flag, if a users presses ctrl+c during a getline()
  1527.     then the NFLG_CTRLC bit will be set in N_ND->NodeFlags
  1528.  
  1529.     Added The variables needed to implement OLM's, checkout
  1530.  
  1531.     N_ND->OLMCount and N_ND->OLMList and struct OLMNode in structures.h
  1532.     and NFLG_OLMSWAITING in defines.h.. to add an OLMNode to the OLMList
  1533.     call HBBSNode.library's HBBS_AddOLM() function (see HBBSNode.c)
  1534.  
  1535.     there's also a few more NFLG's to look at.
  1536.  
  1537.     also note the new GetLine flag, GL_NOOLMS
  1538.  
  1539.   HBBSCommon.library
  1540.   ==================
  1541.  
  1542.     Added the function HBBS_SendOLM()
  1543.     very easy to use and works a treat too!, for an example check out ReadOLM
  1544.     and the OnlineMessage (OLM) doors..
  1545.  
  1546.   OnlineMessage
  1547.   =============
  1548.  
  1549.     created door, installed as OLM
  1550.  
  1551.     this door sends messages to other nodes.
  1552.  
  1553.   ReadOLM
  1554.   =======
  1555.  
  1556.     created this SYSTEM door, it's called when the user is at a getline prompt
  1557.     automatically, it displays all the queued OLM's one by one and lets the user
  1558.     reply to them if they came from another node..  If you send a message from an
  1559.     external program you must make sure that you set up the olm so that the user
  1560.     cannot reply to it! :-) hehe..
  1561.  
  1562.   SendOLM
  1563.   =======
  1564.  
  1565.     this is a rather handy AmigaDOS CLI program to send OLM's to nodes, note:
  1566.     this is NOT a door!!!   Man HBBS is cool..  do that with /X !
  1567.  
  1568. 03-01-1996
  1569. ==========
  1570.  
  1571.   MailScan and MailRead
  1572.   =====================
  1573.  
  1574.     Wow, this is cool now..  I've finally finished off the new mail scanning
  1575.     part of this door. (apart from the mark as read option)
  1576.  
  1577.     prior to this version if you scanned mail, but only read a few of the
  1578.     mail messages the ones that you didn't read would not appear in the next
  1579.     mailscan, they do now! (Check Out HBBS:Mail/Users/<UserID>/UnreadList.CFG)
  1580.  
  1581.  
  1582.   HBBSCommon.library  -> READ THIS!
  1583.   ==================
  1584.  
  1585.     really optimized and bug fixed HBBS_LoadConfig() and HBBS_LoadFile()
  1586.     you should find that the whole bbs now speeds up dramatically!!
  1587.  
  1588.  
  1589.   ReLogin
  1590.   =======
  1591.  
  1592.     Created Relogin door, installed as command RL for users with access of 50
  1593.     or over.
  1594.  
  1595.     And yes, the logoff scripts (see below) do get called if you use
  1596.     this command! (Unlike /X where you had to logoff and call back if you
  1597.     wanted to see updated bulletins that only updated when the logoff script
  1598.     was called)
  1599.  
  1600.   Node
  1601.   ====
  1602.     Logoff scripts are now implemented, when a user logs off the following
  1603.     AmigaDOS scripts are executed (S flag need not be set, they are run via the
  1604.     dos C:Execute Command)
  1605.  
  1606.     HBBS:Scripts/LogOff<nodenum>.script
  1607.     HBBS:Scripts/GlobalLogOff.script
  1608.  
  1609.     both scripts are started with the following parameters
  1610.  
  1611.     <nodenum> <userid>
  1612.  
  1613.     if you want to access the users handle from your logoff scripts then use
  1614.     the environment variable "HNode<nodenum>User"    e.g. use $HNode1User for
  1615.     the name of the user on node 1..
  1616.  
  1617.     the reason usernames/handles are not passes as parameters is that they MAY
  1618.     have spaces in the filenames...
  1619.  
  1620.     also note the environment variable "HNode<nodenum>LoginType"
  1621.  
  1622.     see HBBS:Scripts/GlobalLogoff.script for an example!
  1623.  
  1624.   Docs
  1625.   ====
  1626.  
  1627.     updated the following doc files a bit
  1628.  
  1629.     HBBS:Docs/Misc/GUI.guide
  1630.     HBBS:Docs/Misc/Directories.guide
  1631.     HBBS:HBBS.Guide
  1632.  
  1633.   AddDIZToList
  1634.   ============
  1635.  
  1636.     added a parameter check and writes to callers log if it has a problem..
  1637.  
  1638. 02-01-1996
  1639. ==========
  1640.  
  1641.   XPR
  1642.   ===
  1643.  
  1644.    you can now resume files that you started to upload but either cancelled
  1645.    or lost carrier..
  1646.  
  1647.    uploaded files are stored as <Conf-PartUpload>/<FileName>@<UserID>
  1648.  
  1649.    e.g.  HBBS:Conferences/Amiga/PartUpload/BANANA.LHA@1
  1650.  
  1651.    you must however set the xpr protocol options so that it allows
  1652.    resuming of files..  (E.G. Include "OR" in the protocol options, see
  1653.    the new updated HBBS:System/Protocols file...)
  1654.  
  1655.   FileLister
  1656.   ==========
  1657.  
  1658.    Woooooooooooooooooooooo, well quick now...  rewrote my FGetsR() routine
  1659.    to be mucho quickero.. :-)  FGetsR() just reads lines from a file starting
  1660.    from the current position and working backwards instead of forwards like
  1661.    the dos FGets(), hence the 'R' in the function name standing for Reverse..
  1662.    I'll be putting this *COOL* function in the library soon!
  1663.  
  1664.    Also responds to a user handing up while browsing a filelist now..
  1665.  
  1666.    added an H parameter so that you can scan the "holdlist" file of the conf you
  1667.    are in (Sysop's only..)  works with all modes (FR,N and F) so N -2 H is cool!
  1668.  
  1669.    updated ansi when flagging files.
  1670.  
  1671.    does not clear screen at end of file anymore.
  1672.  
  1673.   View
  1674.   ====
  1675.  
  1676.    fixed bugs and added sysop mode
  1677.  
  1678.   Zippy
  1679.   =====
  1680.  
  1681.    same bug as filelist with the not checking for lost carrier..
  1682.    fixed. also updated ansi when flagging files
  1683.  
  1684.    does not clear screen at end of file anymore..
  1685.  
  1686. 01-01-1996
  1687. ==========
  1688.  
  1689.   H A P P Y   N E W   Y E A R !
  1690.  
  1691.  
  1692.   Man my neck hurts.... And I can't remember why, alcohol roolz..
  1693.  
  1694.   FileLister
  1695.   ==========
  1696.  
  1697.     FR WORKS NOW!!
  1698.  
  1699.     But it's realllllllly slow as I just did a real quick'n'easy way
  1700.     of reading the file backwards..  It'll be speedier sooon.
  1701.  
  1702.   XPR
  1703.   ===
  1704.  
  1705.     now checks other node's playpen dirs for existance of the file
  1706.     that a user is trying to upload (someone else might already be uploading it..)
  1707.  
  1708.   Pager
  1709.   =====
  1710.  
  1711.     created door, installed as O command at the bbs prompt
  1712.  
  1713.     it uses 3 4 new screens that should be placed in a screens/special dir..
  1714.  
  1715.     Page.TXT        - displayed before the page reason prompt
  1716.     Paged.TXT       - displayed when a sysop has been paged
  1717.     PageNoSysop.TXT - for when the chatflag is off
  1718.     PageCancel.TXT  - for when a user cancels a page
  1719.  
  1720.   LinesPerScreen
  1721.   ==============
  1722.  
  1723.     created door. 100% cool and rather easy to create..
  1724.     installed as LPS at the bbs prompt, or accessable from the W command
  1725.  
  1726.  
  1727. 31-12-1995
  1728. ==========
  1729.  
  1730.   HBBSCommon.library
  1731.   ==================
  1732.  
  1733.     changed so that will read and keep config items with blank strings..
  1734.  
  1735.     e.g.
  1736.  
  1737.     Door_Options=
  1738.  
  1739.     needed this for the UserSettings door...
  1740.  
  1741.   Control
  1742.   =======
  1743.  
  1744.     updated gui (again)
  1745.  
  1746.   Node
  1747.   ====
  1748.  
  1749.     made it use HBBS.font on the screen title as well..
  1750.  
  1751.  
  1752.   SelectLanguage
  1753.   ==============
  1754.  
  1755.     updated program, much cooler now..
  1756.  
  1757. 30-12-1995
  1758. ==========
  1759.  
  1760.   Done loads more on the XPR door, moves cancelled files to PartUpload etc..
  1761.   and some other bits and bobs..
  1762.  
  1763.   Control/Node
  1764.   ============
  1765.  
  1766.     changed all LCFiles references to PartUpload as LCFiles will not be used..
  1767.  
  1768.     CHANGE YOUR CONFERENCE CONFIGS!
  1769.  
  1770.   MoveFile
  1771.   ========
  1772.  
  1773.     now accepts a NOUSER parameter, if specified it will not display anything
  1774.     on the screen
  1775.  
  1776.  
  1777.  
  1778. 29-12-1995
  1779. ==========
  1780.  
  1781.   anyway, I'm tired now and want to go to sleep.. to many l8 nights coding away
  1782.   on this...  It can't be good for me..
  1783.  
  1784.   Mind you, I saw ace venture 2 today and that was quite a good film..
  1785.  
  1786.   XPR
  1787.   ===
  1788.     re-wrote most of the XPR door, it now does things much better are more structured
  1789.     and doesn't guess at strings to figure out of files have been transferred ok!
  1790.     :-)
  1791.  
  1792.     it now builds a linked list of files transferred (one for ul's and one for dl's)
  1793.     and checks them at the end to find out what's what..
  1794.  
  1795.   MailReply
  1796.   =========
  1797.  
  1798.     Fixed a (small) bug in this door that caused it to crash on my A3000, but not
  1799.     on my 2 other computers making it a pain to track down...
  1800.     turns out I was going strcpy(Msg->To,Msg->From) instead of
  1801.     FreeAndSet(&Msg->To,Msg->From)...  caused memorylist corruption..
  1802.  
  1803.  
  1804.  
  1805. 28-12-1995
  1806. ==========
  1807.  
  1808.   did sod all on HBBS today, first time for ages.. :-)
  1809.  
  1810. 27-12-1995
  1811. ==========
  1812.  
  1813.   didn't do much today, tiedied a couple of bits and bobs up here and there
  1814.   did a bit more on the mail and xpr doors..
  1815.  
  1816.   the caller and calls today on each node's "Info" window now work
  1817.   100%, but I have got to make it read in the callers log so that it shows
  1818.   who the last few callers were when you close and node and then restart it..
  1819.  
  1820.  
  1821.  
  1822. 26-12-1995
  1823. ==========
  1824.  
  1825.   Had a bit of a bugfixing day today..
  1826.  
  1827.   UserSettings
  1828.   ============
  1829.  
  1830.     This door is set up as "W" at the bbs prompt..
  1831.  
  1832.     Man, is this door cool..
  1833.  
  1834.     with /X you could either get the W command to bring up internal /X
  1835.     settings config program, or you could make it display a menu of what
  1836.     you wanted to change (i.e. AquaSettings)
  1837.  
  1838.     But with this COOL command you can specify what all the options
  1839.     on one screen!
  1840.  
  1841.     Check out HBBS:Doors/User/UserSettings/UserSettings.CFG.
  1842.  
  1843.   Icons
  1844.   =====
  1845.  
  1846.     updated all the .info files to cool magic WB one..
  1847.  
  1848.   Control
  1849.   =======
  1850.     fixed a few memory leaks
  1851.     updated it to use some new library routines
  1852.  
  1853.     added a new parameter to BBSGlobal, CopyBufferSize (see docs)
  1854.  
  1855.   HBBSNode.library
  1856.   ================
  1857.  
  1858.     added HBBS_AddToCallersLog(string), rather handy, it writes the date and
  1859.     time automatically too..
  1860.  
  1861.   Node
  1862.   ====
  1863.  
  1864.     Made it write to the callers log..
  1865.     need some options to make it ignore local logins etc.. tho.
  1866.  
  1867.   HBBSCommon.library
  1868.   ==================
  1869.  
  1870.     addd more routines, changed a few more, added (even) more error checking
  1871.     to some routines that deal with mem [de]allocation.
  1872.  
  1873.   Docs
  1874.   ====
  1875.     updated the BBSGlobal.guide file..
  1876.  
  1877. 25-12-1005
  1878. ==========
  1879.  
  1880.   Yes, I was programming HBBS on christmas day, well it was better than sitting down
  1881.   stairs with the parents watching the fucking queen's speech.  It was much more fun
  1882.   sitting upstairs listening to a bit of "Green Day", "Offspring", "Speedy J" and
  1883.   many other cool artists!
  1884.  
  1885.   XPR
  1886.   ===
  1887.  
  1888.     fuck.. actually it still doesn't work :-( Doh.. I could have sworn it was
  1889.     working yesterday 100%, but no you still get timeout errors when it writes
  1890.     to the disk :-(  Not fixed it yet tho..
  1891.  
  1892.   FileList
  1893.   ========
  1894.  
  1895.     Man, is this door cool!  F and N work 100% pure coolness..
  1896.  
  1897.   Zippy Search
  1898.   ============
  1899.  
  1900.     well, my brother wrote this rather nice door. most of the code was nicked from
  1901.     my own doors tho :-) hehe
  1902.  
  1903.  
  1904.   Tag File
  1905.   ========
  1906.  
  1907.     Prints CR's after files that have not been found now..
  1908.  
  1909.  
  1910.   AccountEditor
  1911.   =============
  1912.  
  1913.     this is working better now..  It also tells the user at the other end
  1914.     that the sysop is editing your account details..
  1915.  
  1916.     It also reloads the access levels in when you quit it..
  1917.  
  1918.   JoinConference
  1919.   ==============
  1920.  
  1921.     added another system option to it, "REJOIN" and have set up a command
  1922.     called RJ so you can rejoin a conference if you wish to see bulletins, etc..
  1923.  
  1924.     --> requested by Cruise!
  1925.  
  1926.   HBBSCommon.library
  1927.   ==================
  1928.  
  1929.     added lots of routins for converting between dates and back to strings..
  1930.     see the FileList door for examples!
  1931.  
  1932.   CheckFiles
  1933.   ==========
  1934.  
  1935.     now checks names of uploaded files (can't start with a '.' and can't be more
  1936.     than 12 chars long.. if they are it'll prompt you..
  1937.  
  1938. 24-12-1995
  1939. ==========
  1940.  
  1941.   XPR
  1942.   ===
  1943.  
  1944.     yeah, it's working, and without buffered io, (but I'll still implement this..)
  1945.  
  1946.     I'm using zprzmodem.library 3.0 and USRSerial.device and it works a treat!
  1947.  
  1948.   Node
  1949.   ====
  1950.  
  1951.     screen/window information is now saved in <NodeLocation>/Screen.CFG rather
  1952.     than HBBS:System/Data/Node<num>_Private.CFG
  1953.  
  1954.     that way, if you delete a node, you delete it's associated data files too
  1955.  
  1956. 23-12-1995
  1957. ==========
  1958.  
  1959.   XPR
  1960.   ===
  1961.  
  1962.     the words AAAAAAAAAAAAAAAArrrgghhhh! spring to mind when thinking about this
  1963.     F**king door!
  1964.  
  1965.     it sends files fine, but can I get it to fucking receive files ? Can i FUCK as
  1966.     like..  it all seems to boil down to the xpr_fwrite() function..
  1967.  
  1968.     if i make it return(Size * Count) then you don't get *any* timeouts or anything
  1969.     even when the CPU's loaded!  but if I make it
  1970.     return(Write(FileBuf->FH,Buffer,Size*Count)); then it just makes xpr_sread()
  1971.     timeout!!
  1972.  
  1973.     Argh!
  1974.  
  1975.     So I'm going to have to nick some buffered/async disk IO routines from
  1976.     somwhere...  the annoying this is that the XPRD program does not have
  1977.     any buffered IO and works fine...
  1978.  
  1979.     Argh!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  1980.  
  1981.  
  1982.   HBBSNode.library
  1983.   ================
  1984.  
  1985.     fixed SerWriteStrWithTimeout()
  1986.  
  1987.   Node and Nodes/NodeX/Device
  1988.   ===========================
  1989.  
  1990.     added a config option called NullModemCable, if set to true
  1991.     then you can connect another computer to your computer via
  1992.     a serial port and connect to hbbs from that.. :-) Coooool!
  1993.     to get hbbs to connect, just press return on the other computer!
  1994.  
  1995.  
  1996.   today I've just done sooo much to the bbs, mainly tidying stuff
  1997.   and fixing things!
  1998.  
  1999.  
  2000.  
  2001. 22-12-1995
  2002. ==========
  2003.  
  2004.   changed DOOR_GetLine(), it's not SUPERCOOLFABANDWHIZZO!
  2005.  
  2006.   :-)
  2007.  
  2008. 21-12-1995 (PM)
  2009. ===============
  2010.  
  2011.   XPR
  2012.   ===
  2013.  
  2014.   added GUI and window, updates fine..
  2015.   still have to make it refresh when you un-zoom the window!
  2016.  
  2017.   Node
  2018.   ====
  2019.  
  2020.   Updated GUI, added more buttons on the NodeSettings window
  2021.  
  2022.   implemented N_ND->DoorContinue.
  2023.  
  2024.   HBBSNode.library
  2025.   ================
  2026.  
  2027.     implemented DOOR_Continue() (causes further doors not to run if a door sets this
  2028.     to false)
  2029.  
  2030.   AskDLFiles
  2031.   ==========
  2032.  
  2033.   made it use DOOR_Continue
  2034.  
  2035.   Download
  2036.   ========
  2037.  
  2038.   made it aware of AskDLFiles's DOOR_Return() setting
  2039.  
  2040.   Control
  2041.   =======
  2042.  
  2043.   added EditorCMD to BBSGlobal Config.
  2044.  
  2045.   updated GUI
  2046.  
  2047.  
  2048. 20-12-1995 (PM)
  2049. ===============
  2050.  
  2051.  
  2052.   XPR
  2053.   ===
  2054.  
  2055.     tiedied somemore.  in testing this has hung a few times, more testing required
  2056.  
  2057.   Node
  2058.   ====
  2059.  
  2060.     changed a screen commands, (Ratio is now BRatio) and added FRatio
  2061.     for Bytes Ratio and Files Ratio respectively
  2062.  
  2063.     added a COOL function for creating cool menu prompts..
  2064.     MenuPrompt()
  2065.  
  2066.     fixed a rather silly bug in DisplayScreen()
  2067.  
  2068.       it wasn't unlocking files if there were 0 bytes..  i was trying to unlock
  2069.       and filehandle rather than a filelock (confused vars FL with FH) :-)
  2070.  
  2071.   HBBSNode.library
  2072.   ================
  2073.  
  2074.     added the function DOOR_MenuPrompt()
  2075.  
  2076.       pass it a string with the first letter of your options
  2077.       enclosed in square brackets ( []'s ) and hbbs will auto convert
  2078.       the string to cool colours and print it out for you!
  2079.       you can also pass it a default char so that it causes one option
  2080.       to be printed in bold.
  2081.  
  2082.       e.g.
  2083.  
  2084.       DOOR_MenuPrompt("More [Y]es, [N]o :",'Y');
  2085.  
  2086.       currently everything is printed out in white except the brackets which are
  2087.       printed in yellow, the Y in the example above would be printed in BOLD text
  2088.  
  2089.       this is a cool function for providing a standard menu prompting scheme that
  2090.       can be used through out the bbs.
  2091.  
  2092.       I'll be adding parameters so you can change the colours, don't worry :-)
  2093.  
  2094.   Mail_Write
  2095.   ==========
  2096.  
  2097.   added a stack of options that you can select when you are creating a message
  2098.  
  2099.   also updated the messagebase stuff so that you can set an access level for
  2100.   a message.  started creating a config structure for the mail doors to use.
  2101.   (this way the users can have thier own configuration for all the mail doors
  2102.   to use, it'll be stored as HBBS:mail/users/<id>/mail.cfg.
  2103.  
  2104.   Mail_Scan
  2105.   =========
  2106.  
  2107.     updated to use the access level and door_menuprompt.
  2108.  
  2109.  
  2110. 19-12-1995 (PM) - 20-12-1995 (AM)
  2111. =================================
  2112.  
  2113.   XPR
  2114.   ===
  2115.  
  2116.   **Loads** more work done, it's all set-up and running withing the bbs environment
  2117.   now.  It's interesting to note that term 4.5 comes with xprzmodem.library
  2118.   version 2.58, I had 3.0 and the latest is 3.51.  3.51 causes term and ncomm
  2119.   to software fail when transferring between each other and the nullmodem.device
  2120.   2.58 just sits there and timesout. and 3.0 works fine.. :-)  ut I've got no docs
  2121.   for that version :-(
  2122.  
  2123.   I tried my xpr implementation with a some other xpr libaries, it only worked with
  2124.   znodem and zedzap libs so far..  I have to do more tests.  the otherlibs
  2125.   may require some of the xpr 2.0 extensions, I've only implemented 1.0 so far..
  2126.  
  2127.  
  2128.   Transfer
  2129.   ========
  2130.  
  2131.   Updated to cope with the XPR door
  2132.  
  2133.   SelectProtocol
  2134.   ==============
  2135.  
  2136.   defaults to protocol 1 instead of waiting for user input if they type in some shite
  2137.   the first time they are asked
  2138.  
  2139.   Mail_Scan
  2140.   =========
  2141.  
  2142.   more stuff done
  2143.  
  2144.   HBBSNode.library
  2145.   ================
  2146.  
  2147.   added two more routines,  FindConf() (returns a confdata structure of the users
  2148.   current conf, or if they are not in a conf yet it'll return a confdata structure
  2149.   of the last conference they were in...
  2150.   ValidConfNum() returns true if you pass it a valid conference number (index starts at 1)
  2151.  
  2152.  
  2153.  
  2154.  
  2155.  
  2156. 18-12-1995
  2157. ==========
  2158.  
  2159.   YESSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS!
  2160.  
  2161.   Finally
  2162.  
  2163.   At Last!
  2164.  
  2165.   Whay!!
  2166.  
  2167.   (if you couldn't tell, I'm Excited!)
  2168.  
  2169.   XPR
  2170.   ===
  2171.  
  2172.     Implemented!
  2173.  
  2174.  
  2175. 17-12-1995
  2176. ==========
  2177.  
  2178.   Fuck!  It's amazing how much work I've done over the last few days! :-)
  2179.  
  2180.   HBBSCommon.library
  2181.   ==================
  2182.  
  2183.     fixed a COOL bug in the AssignOK() routine
  2184.     in that say you had a HD with a volume name of "A3000_DH0:", it's device name
  2185.     being "DH0:" and you set a (say) upload path to somewhere on DH0:
  2186.     AssignOK() would incorrectly return FALSE!   Oops!
  2187.  
  2188.  
  2189.   CLIProtocol
  2190.   ===========
  2191.  
  2192.     correctly returns errorlevel of door in N_ND->DoorReturn
  2193.  
  2194.   Transfer
  2195.   ========
  2196.  
  2197.     deducts creds for files for that are downloaded successfully
  2198.  
  2199.   Node
  2200.   ====
  2201.  
  2202.     Loads moe stuff changed, fixed and updated
  2203.  
  2204.   Control
  2205.   =======
  2206.  
  2207.     ditto
  2208.  
  2209.   Mail_Scan
  2210.   =========
  2211.  
  2212.     even more work done,  this door is all but finished, implemented
  2213.     the mailscan lastread pointers (saved in HBBS:Mail/Users/<UserID>/MailScan.CFG)
  2214.  
  2215.     now supports a 'M' for mark as read, so you don't have to sit through
  2216.     millions of useless old mail the sysops seem to leave around
  2217.     (not that they will with HBBS, because messages can be set to expire! :-)
  2218.  
  2219.  
  2220.   Mail_Read
  2221.   =========
  2222.  
  2223.     supports reading a list of mail messages, the list is created with
  2224.     CreateMsgList() and then saved using SaveMsgList()
  2225.     Mail_Read then read this list back in again and will let you read all
  2226.     the messages in the list.
  2227.  
  2228.     this is a really amazing feature, because you can then write another door
  2229.     to search the mail database for keywords, and build up a list of messages that
  2230.     you can then pass to Mail_Read which then let you read them!
  2231.  
  2232.     COOOOL or what ?
  2233.  
  2234.   Mail_Write
  2235.   ==========
  2236.  
  2237.     more work done, still needs a bit doing to it (you can't attach files yet!)
  2238.  
  2239.   CheckTags
  2240.   =========
  2241.  
  2242.     changed to cope with the new updated Tag_File door (below)
  2243.     also changed the ansi and it looks much nicer now!
  2244.  
  2245.   Tag_File
  2246.   ========
  2247.  
  2248.     actually checks for the existance of files now... :-)
  2249.  
  2250.   AskDLFiles
  2251.   ==========
  2252.  
  2253.     door (re)created fromm scratch, it works fine, needs more work
  2254.     doing to it,  it's just functional now.. :-)
  2255.  
  2256.     (mind you, it looks pretty tho :-)
  2257.  
  2258.  
  2259. 16-12-1995
  2260. ==========
  2261.  
  2262.   Node
  2263.   ====
  2264.  
  2265.     Added CLS,PAUSE,ECHO and DOS as door types! :-)
  2266.  
  2267.     (for CLS to work, the _door option must also be set to CLS)
  2268.  
  2269.  
  2270.   Mail_Scan
  2271.   =========
  2272.  
  2273.     Scans for ALL and EVERYBODY messages too
  2274.  
  2275.   Mail_Reply
  2276.   ==========
  2277.  
  2278.     created door, works ok!
  2279.  
  2280.   Editor
  2281.   ======
  2282.  
  2283.     now appends to existing files is the LOAD parameter is specified
  2284.  
  2285.   FrontEnd
  2286.   ========
  2287.  
  2288.     won't allow users access who's accounts have been disabled
  2289.     (status of 'L', for login's denied)
  2290.  
  2291. 15-12-1995
  2292. ==========
  2293.  
  2294.   FrontEnd
  2295.   ========
  2296.  
  2297.     Automatically logs in the a new user if the newuser door created an
  2298.     new account ok.
  2299.  
  2300.   NewUser
  2301.   =======
  2302.  
  2303.     Revamped slightly.
  2304.  
  2305.   Mail_Read
  2306.   =========
  2307.  
  2308.     added a continue prompt on long messages
  2309.  
  2310.     can delete mail now
  2311.  
  2312.   HBBSNode.library
  2313.   ================
  2314.  
  2315.     Added a DOOR_ContinuePrompt() routine
  2316.  
  2317.  
  2318.  
  2319.  
  2320. 14-12-1995 (PM)
  2321. ===============
  2322.  
  2323.   MailRead
  2324.   ========
  2325.  
  2326.     Very quick version done.  Cannot be called from the R command yet,
  2327.     only the mail scanner can use it so far..
  2328.  
  2329. 13-12-1995 (PM) - 14-12-1995 (AM)
  2330. =================================
  2331.  
  2332.   Today has been a bit of a tidy-up day with lots of little (but important) things
  2333.   being done.
  2334.  
  2335.  
  2336.   Access Commands have been implemented (but only 10 access settings are loaded,
  2337.   of which only one is used (see the Status door and access command "AllowStatus")
  2338.  
  2339.   Check out HBBS:Access/#?, <node>/Access/#?, <conf>/Access/#?.
  2340.  
  2341.   access data is updated when you a) login and b) change conference.
  2342.  
  2343.   This is actually a major thing beleive it or not...  I'm surprised I've only just
  2344.   had to code it now...
  2345.  
  2346.  
  2347.   Also added a few new routines to both the libs (HBBSCommon and HBBSNode)
  2348.  
  2349.   hbbs also sets an env: variable called HNode<nodenum>User to the name of the person
  2350.   who's currently logged in.  if no-one is logged in the variable will not be present
  2351.  
  2352.   the cool logoff screen is created using scripts and cli programs, see
  2353.   HBBS:Screens/Special/Logoff.txt
  2354.   HBBS:System/Amiga/CLI/ByeScript
  2355.   HBBS:System/Amiga/CLI/Figlet/#? (figlet just converts ascii text to large
  2356.                                    fonts made of ascii letters)
  2357.  
  2358.   Isn't hbbs wonderfull ?? :-)
  2359.  
  2360.   Node
  2361.   ====
  2362.  
  2363.   F6 and SHIFT+F6 work now!
  2364.  
  2365.   AccountEdit
  2366.   ===========
  2367.  
  2368.     Right then,  I've created this (smallish) and very unfinished door
  2369.     so that you can modify accounts by pressing F6 when a user is logged in.
  2370.  
  2371.     you can also run this from the command prompt, I've set it up so only users
  2372.     with an access level of 255 can do this.  to run it just type "Accounts"
  2373.     at the prompt
  2374.  
  2375.  
  2376.  
  2377. 12-12-1995 (PM) - 13-12-1995 (AM)
  2378. =================================
  2379.  
  2380.   DAMN I'M COOL....
  2381.  
  2382.   Mailscan
  2383.   ========
  2384.  
  2385.     Works a treat, implemented the little promptso you can call the "mailread"
  2386.     door now.  it seems to be working 100%, even has nice special ANSI effects!
  2387.  
  2388.   MailWrite
  2389.   =========
  2390.  
  2391.     Whay hey hey!  Now we're cooking!  This door has come along in leaps and
  2392.     bounds this evening..  It now writes mail to people!  Hehe,  it even handles
  2393.     multiple user mails (e,g, messages with more than one recipient)
  2394.  
  2395.     currently it does not do anything with internet/fideonet messages
  2396.  
  2397.     it does not let you select any flags, or attach files orlots of things actually,
  2398.     but hey, it works..
  2399.  
  2400.     And I love it when doors compile and run first time after you spend 4 hours
  2401.     coding it.. :-)
  2402.  
  2403.  
  2404.     oh, and you can wipe-out all the files in a mail dir and hbbs won't complain,
  2405.     it'll just re-init everything for you automatically..
  2406.  
  2407.  
  2408.   Editor
  2409.   ======
  2410.  
  2411.     it had to happen sooner or later...  A line editor! Yippie!
  2412.  
  2413.  
  2414.     Well, this is in a very early stage at the moment, it took me all of about
  2415.     2 mins to write this one...
  2416.  
  2417.     it's also more of a "creator" that "editor" at the moment too :-)
  2418.  
  2419.   p.s.  did you noticate that I've not started the "readMail" door yet :-)
  2420.  
  2421. 7-12-1995
  2422. =========
  2423.  
  2424.   Bollox... Life still sucks, aquafresh is sitting here next to me playing
  2425.   Sega Rally on my saturn, and he's quite shit at it :-) hehe..
  2426.  
  2427.   Anyway, erm..
  2428.  
  2429.   MailScan
  2430.   ========
  2431.  
  2432.     Done more work, it's coming along quite nicely (still)
  2433.  
  2434.  
  2435.  
  2436. 6-12-1995
  2437. =========
  2438.  
  2439.   Well, life's still fucked today.  The new fucking stereo for the car's
  2440.   gonna cost 300 quid, i need a new fucking head gasket for the engine, at
  2441.   another 300 quid.  Then I need to replace a camera at 35 quid, and a
  2442.   personal stereo at 50 quid, followed by a new thermostat for the car at
  2443.   20 quid followed by a new stereo surround for the car at 40 quid and 100
  2444.   fucking quid for a new window in the car.
  2445.  
  2446.   FUCK
  2447.  
  2448.   Anyway...
  2449.  
  2450.  
  2451. 5-12-1995 - The (Extremely) Bad Day
  2452. ===================================
  2453.  
  2454.         ------------------------------------------------------
  2455.         Warning - This Section May Cause Viewers Some Distress
  2456.         ------------------------------------------------------
  2457.  
  2458.   Fuck Fuck Fuck Fuck Fuck Fuck Fuck, how bad can my life fucking get..
  2459.   My car was broken into tonight, and I've just had the window broken,
  2460.   £300 quids worth of car CD player, 2 cameras and my personal stereo
  2461.   all fucking nicked.  If I catch the bastard who did it I'm gonna rip
  2462.   his fucking head off, shove a 20000 volt mains cable up his ass and drop
  2463.   a bloody piano on his bollox.
  2464.  
  2465.   Today started badly when I noticed that a collar button had fallen
  2466.   off my shirt.  Checked the mail, "Argh!"  A letter from the bank saying
  2467.   "Please pay in 762 pounds into your account within the next 10 days",
  2468.   "Great" I thought. When I got to work ten mins late, all the fucking
  2469.   users rang me up saying "I can't get into vista" because the supposed
  2470.   "patch" from DEC had made the VT320 emulator even WORSE, then I couldn't
  2471.   send a fucking fax from the fax machine as it would not do 40 page faxes,
  2472.   the paper just jammed.  So I tried using windows 95 on my pc to send a
  2473.   fax via my 28.8k courier and all it says is "Fax Transmission Inturupted",
  2474.   Great Fucking Help that is.  So we try another PC, it then comes up
  2475.   saying "Intermittent memory error" and fucks itself.  So that pissed me
  2476.   off,  then we got a new printer in and we couldn't plug that into the
  2477.   fucking machine it was supposed to plug into as it came with a parallel
  2478.   interface rather than a serial interface.  Then the pathworks license
  2479.   allocator would not fucking work so all these PC's could not map
  2480.   their "E:" drive to the (crap) VAX.  So I had to spend 3 bloody hours
  2481.   fixing that.   Then I came to set up my own spare PC and would the hard
  2482.   disk parition itself ?  Would it fuck as like..  So, i then got another
  2483.   HD slapped that in all fine, copied about 200MB of warez 2 it.  By that
  2484.   time it was about 7:30pm so i thought "I'm off now.."  Went to my car,
  2485.   noticed the light in the glove box was on and I thought to myself "I'm
  2486.   sure I shut that when I came back from lunch", Went to open the door of
  2487.   the car and noticed the window had been smashed and my fucking new car
  2488.   cd player had ben nicked!  Not only did they nick my car CD player, but
  2489.   they nicked my new "Alannis Morissette" CD I bought YESTERDAY!  That was
  2490.   still in the cd player from lunchtime.  Argh!  Now it's started
  2491.   snowing (it had to snow the day my car has no fucking glass in the window
  2492.   of course, couldn't snow the next week could it, no, even the fucking
  2493.   weather has it in for me today), So it's fucking freezing and I've got
  2494.   to drive 8 miles home with no window, so I sat in my car freezing my nuts
  2495.   off all the way home.  After I get home, I turn my Pentium PC on to copy
  2496.   all the warez from my spare PC, and after a moment i notice that it's
  2497.   making a rather loud sound.  Fuck, the cables have just hit the fan that
  2498.   sits ontop of the pentium chip.  Fuck you INTEL,  why did you have to
  2499.   design such a shite processor!  Then I checked out my "Home Contents"
  2500.   insurance to check wether my car stereo comes under it, and NO, course
  2501.   it fucking doesn't.  FUCK.  Damn this stupid fucking country.  I couldn't
  2502.   afford "Fully Comprehensive" insurance earlier in the year because no
  2503.   insurance companies would do it as I'm 21, have a BMW 316 and haven't got
  2504.   any "No-Claims" bonus.  The fucking insurance cost nearly as much as the
  2505.   car did.  After all, the car was made in 1983 and I bought it for 750
  2506.   quid but the insurance still costs 500, third party only (not even fire
  2507.   and theft..)  CUNTS, I HATE LIFE IT, SUCKS,  WHY DO WE HAVE TO WORK FOR A
  2508.   LIVING, I JUST WANT TO SIT AT HOME PLAYING SATURN/PSX/NEO-GEO/3DO GAMES
  2509.   AND CODE ON MY AMIGA, WITH A BOTTLE OF MALIBU SITTING NEXT TO ME, WITH AN
  2510.   ENDLESS SUPPLY OF PC'S I CAN KICK THE SHIT OUT OFF FOR BEING SO DAMN CRAP.
  2511.   FUCKING COUNTRY.  FREEDOM, BOLLOX I SAY.
  2512.  
  2513.   Oh, and I've not done a fucking thing on HBBS today either.
  2514.  
  2515.  
  2516. 3-12-1995
  2517. =========
  2518.  
  2519.   Created the "Download" door
  2520.  
  2521.   modified transfer door to (temorarily) handle downloads
  2522.  
  2523.   Common/Structures.C
  2524.   -------------------
  2525.     modified Struct TaggedFile
  2526.     (removed ExplicitPath and added WarezFile)
  2527.  
  2528.   done more work on the mail scanner
  2529.  
  2530.   CliProtocol
  2531.   ===========
  2532.  
  2533.     Removed banner
  2534.  
  2535.   Control
  2536.   =======
  2537.  
  2538.     fixed bug in loading data from "HBBS:System/Protocols" file it was looking for
  2539.     "UNIDIRECTION" or "BIDIRECTION" but the data file had "UNIDIRECTIONAL" and
  2540.     "BIDIRECTIONAL"... (note the "AL" on the end!! whoops!)
  2541.  
  2542. 2-12-1995
  2543. =========
  2544.  
  2545.   done more work on the mail scanner
  2546.  
  2547. 1-12-1995
  2548. =========
  2549.  
  2550.  
  2551.   Oh shit, Time's running out,  it's that festive season again..
  2552.  
  2553.   Node
  2554.   ====
  2555.  
  2556.     Fixed bug with SetWatchTitles() that would still try and set the window
  2557.     and screen titles of the watch window even if it was closed.. (caused system
  2558.     crash)
  2559.  
  2560.     N_ND->ActiveDoor->SystemOptions is always allocated, this would have been
  2561.     a null pointer if an <door>_param_xx=<blah> was not specified, which
  2562.     caused problems for doors that do not check for a null pointer..
  2563.     It also makes the door coder's life easier (but not mine) as it's one
  2564.     less thing they have to worry about.
  2565.  
  2566.   Done loads more on the mailscan door this evening too..
  2567.  
  2568. 29-11-1995
  2569. ==========
  2570.  
  2571. Yeah! Another 2 months at macmillan.. Coooool. Loadsamoney..  No Erm, back to
  2572. life and hbbs and that kind of thing..
  2573.  
  2574.   !NewDoor/Main.C
  2575.   ===============
  2576.  
  2577.     set default stack size to 16k, this is because if you call many routines in
  2578.     the shared library (hbbscommon.library) you might run out of stack space
  2579.     causing spurious errors at random places due to memory corruption.
  2580.  
  2581.   All_Levels (access file)
  2582.   ========================
  2583.  
  2584.     Setup "C" and "EMAIL" doors to use the "write_mail" door (see below..)
  2585.     note the use of _Param_1=<blah>
  2586.  
  2587.   Mail  (note: as of today none of this works, I'm just laying the groundwork for it..)
  2588.   ====
  2589.  
  2590.     Created all the dirs for the mail sub-system.
  2591.  
  2592.     HBBS:Mail/Public
  2593.     HBBS:Mail/Users
  2594.     HBBS:Mail/Sysop
  2595.     HBBS:Mail/Groups
  2596.     HBBS:Mail/Groups/LSD         (for use with example setup, see BBSGroups in BBSGlobal)
  2597.  
  2598.     HBBS:Conferences/<confname>/Mail
  2599.  
  2600.     from the above you can see that there are a few places for mail to reside.
  2601.  
  2602.     each user will have a *private* mailbox, they have a directory in HBBS:Mail/Users
  2603.     the dir name is the same as the users ID (not handle)  e.g.  HBBS:Mail/Users/1
  2604.  
  2605.     the sysop has his own private mailbox (as well as a user mailbox) in which
  2606.     stuff like sysop comments are placed
  2607.  
  2608.     there is a public dir, any mail in here is scanned by all users everytime they
  2609.     login, this is where system ealls go
  2610.  
  2611.     each conference has it's own mail dir, this is where conference related mail goes
  2612.     it can be addressed to individual users or ealls, e.g. this is where you'd tell all
  2613.     your amiga users to download a new amiga release, rather than creating an eall
  2614.     in the public mailbox
  2615.  
  2616.     then you have group mail, a user can address a mail message to a particular group
  2617.  
  2618.     group mail works on a sort of bulletin board principle, a tag for each user having
  2619.     read a message is saved so they dont read it again.
  2620.  
  2621.     mail will have expiry dates! (yeah, ok, all you sysops fed up of asking users to
  2622.     delete thier mail can line up in a queue and thank me one at a time!)
  2623.  
  2624.   Write_Mail
  2625.   ==========
  2626.  
  2627.     Started writing this door now,  just creating some routines that will be
  2628.     put into hbbscommon.c at the moment,
  2629.  
  2630.     like things for checking a list of user handles passed to a function via a
  2631.     string, it then checks the usernames are valid, and passes them, as well as
  2632.     the id numbers, back to the user as well as a return value. (true, false)
  2633.  
  2634.     See HBBS:Source/User_Doors/Mail/Mail_Common.c for some interesting info
  2635.     on how mail messages are made..
  2636.  
  2637.  
  2638.  
  2639.  
  2640. 28-11-1995 (AM)
  2641. ===============
  2642.  
  2643.   Just got back from watching the new james bond film "Golden Eye", if you've not
  2644.   sen it yet then do so now!  It's cool... Total Blast Fest!
  2645.  
  2646.   Why do I do this ?  It's 01:36 am and I'm sitting here coding...  !?!
  2647.  
  2648.   Still, Sega Rally on my saturn is COOL, got it on saturday so spend most of
  2649.   saturday evening with 4 m8s playing it on it's split screen mode.  Gfx wise it's
  2650.   just as good (if not better) than ridge racer on my ps-x...
  2651.  
  2652.   Control
  2653.   =======
  2654.  
  2655.     Checking some enforcer hits caused by a missing conference directory.
  2656.     It turned out it was caused by the routine HBBS_DoErrorMessage() in
  2657.     HBBSCommon.library when it was passed a null pointer for the errormessage
  2658.  
  2659.   HBBSCommon.C
  2660.   ============
  2661.  
  2662.     Fixed enfocer hit in HBBS_DoErrorMessage()
  2663.  
  2664.   Node
  2665.   ====
  2666.  
  2667.     Calls "CheckUser" system door to check that the users account is ok.
  2668.  
  2669.     the users setting for language is not used.  .TXT is NOT automatically appended
  2670.     to a screen name.  If a user is not vaid (i.e. not logged in) then the first
  2671.     language defined in BBSGlobal will be used.
  2672.  
  2673.     See HBBS:BBSGlobal, LanguageExtn and LanguageName.  SelectLanguage Door,
  2674.     New User Door, CheckUser Door and Node_Input.c - DisplaySpecialScreen().
  2675.  
  2676.  
  2677.   CheckUser
  2678.   =========
  2679.  
  2680.     Door Created
  2681.  
  2682.     Checks all the users userdata is current and valid.  Can be used to
  2683.     check for stuff like sentbys.
  2684.  
  2685.     Currently only checks selected language and conference are valid.
  2686.  
  2687.   SelectLanguage
  2688.   ==============
  2689.  
  2690.     Displays a list of languages availiable to the user and lets them pick one
  2691.  
  2692.  
  2693. 23-11-1995 (PM) and 24-11-1995 (AM) Alpha Release 03
  2694. ====================================================
  2695.  
  2696.   Argh, It's 1:54 am and I need sleep...  I'm just about to lha this up now
  2697.   then I'm off to bed...  L8rz...
  2698.  
  2699.   Ok, the main things that have been done between this alpha version and
  2700.   the last one is the handling of uploads.  File ID's are now extracted and
  2701.   added to file lists..
  2702.  
  2703.   (p.s.  I've not included ZIP,UNZIP, LHA, TXTExtract, DMSDescript, GIFDesc
  2704.   or any other util used for handling archives or file ID's as you should
  2705.   already have these, I will however release them with the full version of HBBS)
  2706.  
  2707.   Oh, and I noticed that HBBS has been spread around many BBS's,  i don't want
  2708.   HBBS being spread in it's current form (i.e. unfinished),  I'm only releasing it
  2709.   like this to other possible sysop's and door coders..  It *may* be spread
  2710.   to all coders/sysop conferences however..  But not to general Amiga Warez
  2711.   conference... And woe-betide anyone who uploads it to Aminet!!
  2712.  
  2713.  
  2714.   Just so you know..  I've put some small files in HBBS:Nodes/Node3/PlayPen/T for
  2715.   you to test the uploads with.  copy them into the nodes playpen when HBBS tells
  2716.   you to copy files to the playpen
  2717.  
  2718.   Have fun now....
  2719.  
  2720.   Node
  2721.   ----
  2722.  
  2723.     Now Supports 2 new door types. these are:
  2724.  
  2725.     SCREEN  : just displays a text screen (pass the full file name as to _Door option)
  2726.     SSCREEN : displays a Special Screen (pass just the screen name with a path and
  2727.               without an extension as the _Door option..
  2728.  
  2729.  
  2730.     E.G. 1
  2731.  
  2732.     QS_Type_1=SSCREEN
  2733.     QS_Door_1=QuickStats
  2734.  
  2735.     typing QWS at the bbs prompt will force hbbs to look in the conference's
  2736.     screens/special dir for a file called "QuickStats.<LanguageExtn>"
  2737.     (e.g. QuickStats.TXT), if it's not there it'll look in the node's
  2738.     screens/special dir followed by hbbs:screens/special..
  2739.  
  2740.     E.G. 2
  2741.  
  2742.     QS_Type_1=SCREEN
  2743.     QS_Door_1=HBBS:Screens/Misc/QuickStats.TXT
  2744.  
  2745.     typing qs at the bbs prompt will force hbbs to display the file above..
  2746.  
  2747.   HBBSCommon.library
  2748.   ------------------
  2749.  
  2750.     HBBS_LoadConfig() does NOT call HBBS_LogError() when it can't open a config
  2751.     file anymore..  If you have optional config files then you get rather large
  2752.     ErrorLog files.   I might make it off-onable tho.. Let me know if you want it ?                  *I*
  2753.  
  2754.   AddCreds
  2755.   --------
  2756.  
  2757.     Door Created!  You should notice the stats going up a bit for uploaded files..
  2758.  
  2759.     Also...., Get this:  I've built in a little auto-award part to this
  2760.     door, check out the file HBBS:Doors/System/AddCreds/AddCreds.CFG
  2761.  
  2762.     basically you can get AddCreds to automatically add extra (or even remove)
  2763.     credits for a particular file or files.  As Always, Amiga Wildcards are supported
  2764.     so you can have:
  2765.  
  2766.      AwardFile_1=LSD#?
  2767.      AwardOpts_1=*3
  2768.  
  2769.     or
  2770.  
  2771.      AwardFile_2=PGS-ZD.LHA
  2772.      AwardFile_2=+2000000
  2773.  
  2774.     You get the jist... (it supports +,*,- and / options )
  2775.  
  2776.     Cool, isn't it ??
  2777.  
  2778.   MoveFile
  2779.   --------
  2780.  
  2781.     Created Door
  2782.  
  2783.     it basically moves a file from the playpen to a HOLD, BAD or UPLOAD dir.
  2784.  
  2785.     I wrote this at about 1:20am and I need some sleep now so I've not had change to
  2786.     test it much, although it appears to be working ok..  If it give you greif then
  2787.     remove the door from the "System" door list..
  2788.  
  2789.     It does however check for validated disks, free disk space and valid assigns,
  2790.     something that /X NEVER DID!! :-)  But hey, that's a suprise right! NOT!!!!
  2791.  
  2792.     If it cannot move a file then it'll attempt to put it in HBBS:LostFiles and
  2793.     will tell you so (also logs this in HBBS:ErrorLog)
  2794.  
  2795.  
  2796. 22-11-1995 (PM) and 23-11-1995 (AM)
  2797. ===================================
  2798.  
  2799.   CheckTags
  2800.   ---------
  2801.  
  2802.     Nothing changed, just a reminder that you can use all wildcards here..
  2803.  
  2804.     so #?.l??, *.ZIP or even ~(#?.LHA|#?.LZH)
  2805.  
  2806.     (the last example would clear all tags that did not end in .LHA or .LZH
  2807.     just if you didn't know what the ~, | or () things did.. :-)
  2808.  
  2809.     Amiga wildcards rule...
  2810.  
  2811.  
  2812.   Node & HBBSNode.library
  2813.   -----------------------
  2814.  
  2815.     The MaxLen option of HBBS_AdvancedGetLine() works ok now.. (yeah!!!)
  2816.     for an example, upload a file with no File_ID.DIZ, the ModifyDIZ door
  2817.     uses this function..
  2818.  
  2819.   File ID related doors
  2820.   ---------------------
  2821.  
  2822.     Updated bits and bobs here and there...
  2823.     looking much more like it now..
  2824.  
  2825.   System/FileID
  2826.   -------------
  2827.  
  2828.     There's now an option called Add_RenameDIZ_n=TRUE|FALSE option
  2829.     for each file type..
  2830.  
  2831.     I was thinking of making the lines in the file be the format
  2832.  
  2833.     n_OptionName=blah
  2834.  
  2835.     rather than
  2836.  
  2837.     OptionName_n=blah
  2838.  
  2839.     what do you think...
  2840.  
  2841.  
  2842. 20-11-1995 (PM) and 21-11-1995 (AM) :-)
  2843. =======================================
  2844.  
  2845.   HBBSCommon.C
  2846.   ------------
  2847.  
  2848.     Added HBBS_SaveFile(), it saves the ln_name items of a linked list to
  2849.     a text file.  Needs more error checking added to it.  For an example
  2850.     see "hbbs:source/doors_system/checkfiles/Main.c"
  2851.  
  2852.   FileList
  2853.   --------
  2854.  
  2855.     Changed output of ansi a bit
  2856.  
  2857.     recognises the P id.
  2858.  
  2859.   ExtractDIZ
  2860.   ----------
  2861.  
  2862.     Created work/<filename>.ADD as well as work/<filename>.DIZ now.
  2863.     the former is the file that gets stored in the archive as the file_id
  2864.     the latter is what is added to the file lists..
  2865.  
  2866.     (it ADDS file_id's as well as extracts them now..)
  2867.  
  2868.   AddDIZToList
  2869.   ------------
  2870.  
  2871.     This now works fine..
  2872.  
  2873.     I'll have to make it read the following files before it adds a diz..
  2874.  
  2875.     work/<filename>.DIZ
  2876.     work/<filename>.MISC
  2877.  
  2878.     stuff like sysop comments, sent by etc are stored in the .MISC file in the format
  2879.     of the file list.
  2880.  
  2881.  
  2882. 19-11-1995
  2883. ==========
  2884.  
  2885.   Just a reminder, if you want to test the upload door using something like Zmodem
  2886.   from your terminal program, then load it up, make sure you are using Node 3,
  2887.   set your terminal programs serial device to NullModem.device (instead of
  2888.   serial.device) and set the unit number to 7.  Then make sure node 3 is running the
  2889.   await connect door.  If so then just type ATD in your terminal program, press return
  2890.   and after a few seconds it should connect to the BBS! Whay..  Then log in as normal
  2891.   and just type out the "U" door...
  2892.  
  2893.   Distribution archives are now called HBBS-A??.L?? the first .LHA file is renames
  2894.   to .LHA to stop /X systems skipping it due to the archive being a multivolume
  2895.   archive.
  2896.  
  2897.   Common/Stuctures.c
  2898.   ------------------
  2899.  
  2900.     Added Various items to various structures, you *MUST* re-compile *all* of your
  2901.     programs that #include this file.
  2902.  
  2903.  
  2904.   Node
  2905.   ----
  2906.  
  2907.     When waiting for a call, Pressing F8 to switch between window/screen now
  2908.     causes the "await" (await connect) door to re-display the await.txt screen
  2909.  
  2910.     Added a MaxDIZLines to the node settings. (N_ND->NodeSettings.MaxDIZLines)
  2911.     N_ND->MaxDIZLines defaults to the above setting when the node is reset.
  2912.  
  2913.   JoinConference
  2914.   --------------
  2915.  
  2916.     Modified so that it copies N_ND->CurrentConf->MaxDIZLines to N_ND->MaxDIZLines
  2917.     when you join a new conference.
  2918.  
  2919.     Skips conferences that a user doesnot have access to when they use > or <
  2920.     at the prompt
  2921.  
  2922.     If they are a NEW user then the conferences that they do not have access to will
  2923.     notappear in the list
  2924.  
  2925.     If they are NOT a new user but don't have access to a particulat conference then
  2926.     that conference will show up in RED.
  2927.  
  2928.   CheckFiles
  2929.   ----------
  2930.  
  2931.     removed checking of sysop file and loading diz.
  2932.  
  2933.     moved LoadDIZ to a more generically usefull function called
  2934.     HBBS_LoadFile() and placed it in HBBSCommon.c
  2935.  
  2936.     changed references from Ask_UL to Conform_UL
  2937.  
  2938.   HBBSCommon.c
  2939.   ------------
  2940.  
  2941.     Added HBBS_LoadFile(),  loads a file into a linked list, one line of text
  2942.     for each node in the list.  free output with FreeStrList() get items with
  2943.     HBBS_ListName() etc..  Rather handy i thought...
  2944.  
  2945.   AskUl
  2946.   -----
  2947.  
  2948.     Renamed to ConfirmUL to avoid confusion between AskUL and AskULFiles (yet to be
  2949.     created)
  2950.  
  2951.  
  2952.  
  2953. 14-11-1995
  2954. ==========
  2955.  
  2956.   Released alpha version 02 onto digital candy this morning.
  2957.  
  2958.  
  2959.   FileList
  2960.   --------
  2961.  
  2962.     Sucessfully calls the "A" door to tag files
  2963.  
  2964. 12-11-1995 Alpha Release 02
  2965. ===========================
  2966.  
  2967.   Heheh, well, I didn't get my arcade machine yet, still waiting for it to arrive,
  2968.   but I did get a sega saturn last weekend, so most of this week has been spent
  2969.   playing on that and watching various films like Under Seige 2, Clueless and
  2970.   Apollo 13....  Sorry people!
  2971.  
  2972.   Oh well, atleast I got loads of work done on it this evening... it's 10:00pm now
  2973.   and I started at 5:00pm so I think I've been productive today..
  2974.  
  2975.   Tomorrow is cinema day (cheap day!) so I doubt I'll get much done then..
  2976.  
  2977.   The distribution of this (alpha) version if done by multi-volume LHA archives
  2978.   now, each file will be called HBBS-A<release>.L?? e.g.
  2979.  
  2980.   HBBS-A01.LHA
  2981.   HBBS-A01.L01
  2982.   HBBS-A01.L02
  2983.  
  2984.  
  2985.   Door coders should set their program's stack to 16384 (or thereabouts) if they
  2986.   are going to spawn other programs themselves (using HBBS_RunDOSCMD())
  2987.   to do this use LONG __stack=16384; somewhere just after your includes..
  2988.  
  2989.   AskUL
  2990.   -----
  2991.  
  2992.     Door Created, all working OK..
  2993.  
  2994.   Await Connect (Door)
  2995.   --------------------
  2996.  
  2997.     if Await.TXT is found in a screens dir then it does not display the list
  2998.     of function keys to you. (i.e. you're supposed to have them in the .txt
  2999.     file)   Created a nice little Await.TXT and stored it in HBBS/Screens/..
  3000.     Special/Ansi/Await.TXT
  3001.  
  3002.   Common/Strings.c
  3003.   ----------------
  3004.  
  3005.     added str_CSI_SF1-10 for shifted function keys
  3006.  
  3007.   System/FileID (Config File)
  3008.   ---------------------------
  3009.  
  3010.     changed @?@ codes to {?} codes (like the menu prompts use..)
  3011.     don't forget to use options like lha's -m for other diz extractors..
  3012.  
  3013.   ExtractDIZ (Door)
  3014.   -----------------
  3015.  
  3016.     Actually extracts the file id's now...
  3017.  
  3018.     *** Door not finished, until futher notice you must specify all options
  3019.     in the System/FileID file for each type of file to prevent errors
  3020.  
  3021.   Node
  3022.   ----
  3023.  
  3024.     You now have to press ShIFT+F10 to log a user off instead of just F10
  3025.     which is safer, no more accidental logoffs
  3026.  
  3027.     Runs a system door called Speed_<baudrate> after frontend.
  3028.     (still displays the screen too...)
  3029.  
  3030.     You can press F4 to re-display the await connect screen
  3031.  
  3032. 2-11-1995
  3033. =========
  3034.  
  3035.   Doh, I'm slipping, not been doing any coding for ages again,  it's this damn
  3036.   new playstation games that I've bought.. :-)  Too many games coming out
  3037.   on it now!
  3038.  
  3039.   Oh nooo!!  I just remembered, my new *arcade* machine is arriving next week
  3040.   complete with magic sword, gryzor, rygar and snow brothers P.C.B's..  That means
  3041.   at least a week of no more coding...
  3042.  
  3043.   ExtractDIZ
  3044.   ----------
  3045.  
  3046.   Did a bit more work on it..  It's getting there...
  3047.  
  3048. 24-10-1995
  3049. ==========
  3050.  
  3051.   ExtractDIZ
  3052.   ----------
  3053.  
  3054.   Created door, not finished in today's session..
  3055.   It will be a dual function door that will ADD and EXTRACT/UPDATE file id's from/to
  3056.   uploaded files...  you specify the mode using N_ND->ActiveDoor.SystemOptions
  3057.  
  3058.   AwaitConnect
  3059.   ------------
  3060.  
  3061.   Added F5, Toggle Modem Debug
  3062.  
  3063.  
  3064.   Who
  3065.   ---
  3066.   Changed ANSI
  3067.  
  3068.  
  3069.   Wall
  3070.   ----
  3071.   Changed ANSI
  3072.   Added a line of -'s to the top of the screen before the wall lines are printed
  3073.   only adds lines to the wall if the line is 4 chars or more
  3074.  
  3075.  
  3076.   CheckTags
  3077.   ---------
  3078.  
  3079.   Re-Wrote most of the CheckTags door.
  3080.   It's now LOADS smaller, and much more optimized
  3081.   It does not call the Add_Tags door once for each file the user wants to tag,
  3082.   instead it calls it once with all the files to tag as parameters
  3083.   Added help to it
  3084.   fixed all bugs with old version (due to re-write..)
  3085.   it now will ignore spaces before,between and after parameters.
  3086.   (other door writers should take note of how this is done, check out the source..)
  3087.  
  3088. 17-10-1995
  3089. ==========
  3090.  
  3091.   Created CheckFiles door, created CLIProtocol door uploading to the node's playpen
  3092.   now works!
  3093.  
  3094.   Modified the protocols a little bit (see struct ProtocolNode in structures.h)
  3095.  
  3096. 11-10-1995
  3097. ==========
  3098.  
  3099.   Control
  3100.   -------
  3101.  
  3102.     Removed enforcer hit when "control" closes.
  3103.  
  3104.   Node
  3105.   ----
  3106.  
  3107.     Node's now save their screenmode preferences to hbbs:system/data/nodex_private.cfg
  3108.  
  3109.     to save a node's window position and screenmode click the "Save Windows"
  3110.     button on the node's settings window.
  3111.  
  3112.     Removed enforcer hit after a node shuts down.
  3113.  
  3114.   NewUser
  3115.   -------
  3116.  
  3117.     NoNewAt_<BAUD>.TXT works
  3118.  
  3119.   HBBSNode
  3120.   --------
  3121.  
  3122.     Added DOOR_PausePrompt(char *prompt) to the library.
  3123.     it does the same as a @^PAUSE^@ command in a screen file...
  3124.  
  3125.  
  3126.   Ahh shit, not worked on hbbs for 2 weeks. At this rate it's never gonna
  3127.   get finished!
  3128.  
  3129. 25-09-1995
  3130. ==========
  3131.  
  3132. Wrote the Select_Mode utility (HBBS:Utils/Select_Mode)
  3133.  
  3134. Changed the "SetupAssigns" script.
  3135.  
  3136. The docs (BBSGlobal.Guide has not been updated yet!)
  3137.  
  3138. The current mail doors (MS, R, E and C at the bbs prompt) will be scrapped
  3139. as my (little) brother wrote them and they're shite and full of memory leaks!
  3140.  
  3141. Check out HBBS:Docs/Doors.TXT for full explanation of how each door works!
  3142. (note, I've just started working out how the new mail doors will work)
  3143.  
  3144.  
  3145.   Control
  3146.   -------
  3147.     Moved scr#? options from BBSGlobal to seperate file
  3148.  
  3149.     The Save Button on the Config window now works!
  3150.  
  3151.  
  3152.   Node
  3153.   ----
  3154.     The scr#? settings in NodeGlobal and NodeLocal still work, but they
  3155.     will also be moved to a seperate file soon!
  3156.  
  3157.     You can now have a door type CLI as well as NORMAL in the Command list
  3158.     files (HBBS:Commands/System), e.g.
  3159.  
  3160.       FrontEnd_Type_1=NORMAL
  3161.       FrontEnd_Door_1=HBBS:Doors/System/FrontEnd/FrontEnd.HBBS
  3162.       FrontEnd_Type_2=CLI
  3163.       FrontEnd_Door_2=HBBS:Scripts/CheckMem
  3164.  
  3165.       The "Checkmem" program above is a normal amigados program.
  3166.  
  3167.       note: the node number is still added to the programs arguments,
  3168.       as are the BBS Prompt commands!  (great for shells eh!!)
  3169.  
  3170.   CheckTags
  3171.   ---------
  3172.     you can go "A *" to clear all file tags at the BBS prompt
  3173.  
  3174.     added a few more printed messages
  3175.  
  3176.   HBBSCommon.library
  3177.   ------------------
  3178.  
  3179.     FreeStr() now actually sets the variable being freed to NULL regardless
  3180.     of a call to freevec()
  3181.  
  3182.